mirror of
https://github.com/langgenius/dify.git
synced 2026-02-10 10:19:00 +00:00
fix: remove fixed width on collaboration avatar tooltip to prevent username truncation
This commit is contained in:
@@ -131,7 +131,7 @@ const OnlineUsers = () => {
|
||||
triggerMethod="hover"
|
||||
needsDelay={false}
|
||||
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
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user