Skip to content

Commit

Permalink
style: remove padding for message action popover inner content
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Nov 7, 2023
1 parent f32ae42 commit 84db4a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.chat-message-input_action-popover {
> .ant-popover-content > .ant-popover-inner > .ant-popover-inner-content {
padding: 0;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Popover } from 'antd';
import clsx from 'clsx';
import React, { useState } from 'react';
import { Icon } from 'tailchat-design';
import './BaseChatInputButton.less';

interface BaseChatInputButtonProps {
overlayClassName?: string;
Expand Down

0 comments on commit 84db4a2

Please sign in to comment.