mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 14:14:17 +08:00
fix: remove fixed width on collaboration avatar tooltip to prevent username truncation
This commit is contained in:
parent
1ea7d2d9a1
commit
61608e0423
@ -131,7 +131,7 @@ const OnlineUsers = () => {
|
|||||||
triggerMethod="hover"
|
triggerMethod="hover"
|
||||||
needsDelay={false}
|
needsDelay={false}
|
||||||
asChild
|
asChild
|
||||||
popupClassName="flex h-[28px] w-[85px] items-center justify-center gap-1 rounded-md border-[0.5px] border-components-panel-border bg-components-tooltip-bg px-3 py-[6px] shadow-lg shadow-shadow-shadow-5 backdrop-blur-[10px]"
|
popupClassName="flex h-[28px] items-center justify-center gap-1 rounded-md border-[0.5px] border-components-panel-border bg-components-tooltip-bg px-3 py-[6px] shadow-lg shadow-shadow-shadow-5 backdrop-blur-[10px]"
|
||||||
noDecoration
|
noDecoration
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user