This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/answer.git
The following commit(s) were added to refs/heads/dev by this push:
new 4af744e7 Remove fixed width Share Popup
4af744e7 is described below
commit 4af744e735b61b74ea65446daa3c0536b49910d0
Author: Bzz <[email protected]>
AuthorDate: Mon Jan 27 14:57:38 2025 +0500
Remove fixed width Share Popup
---
ui/src/components/Share/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/components/Share/index.tsx
b/ui/src/components/Share/index.tsx
index 392d1fbd..89ae05ce 100644
--- a/ui/src/components/Share/index.tsx
+++ b/ui/src/components/Share/index.tsx
@@ -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"