fix(Operate): Adjustment of the height of entries in the **Operate** component.

This commit is contained in:
haitaoo 2023-07-13 17:41:54 +08:00
parent 8fcb040442
commit c9921b9284
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ const Index: FC<IProps> = ({
);
})}
{secondAction.length > 0 && (
<Dropdown className="ms-3">
<Dropdown className="ms-3 d-flex">
<Dropdown.Toggle
variant="link"
size="sm"

View File

@ -71,7 +71,7 @@ const Index: FC<IProps> = ({ type, qid, aid, title, slugTitle = '' }) => {
<Dropdown.Toggle
id="dropdown-share"
as="a"
className="no-toggle small link-secondary pointer"
className="no-toggle small link-secondary pointer d-flex"
onClick={() => setShow(true)}
style={{ lineHeight: '23px' }}>
{t('share.name')}