Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove fixed width Share Popup
Browse files Browse the repository at this point in the history
Bzz committed Jan 27, 2025
1 parent 5886c1e commit 02271f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Share/index.tsx
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ const Index: FC<IProps> = ({ type, qid, aid, title }) => {
style={{ lineHeight: '23px' }}>
{t('share.name')}
</Dropdown.Toggle>
<Dropdown.Menu style={{ width: '195px' }}>
<Dropdown.Menu style={{ minWidth: '195px' }}>
<OverlayTrigger
trigger="click"
placement="left"

0 comments on commit 02271f8

Please sign in to comment.