mirror of https://gitee.com/answerdev/answer.git
fix(Operate): Adjustment of the height of entries in the **Operate** component.
This commit is contained in:
parent
8fcb040442
commit
c9921b9284
|
@ -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"
|
||||
|
|
|
@ -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')}
|
||||
|
|
Loading…
Reference in New Issue