fix(core): improve share menu width and member name overflow handling (#11527)

This commit is contained in:
JimmFly
2025-04-10 15:33:12 +08:00
committed by GitHub
parent bde9abf664
commit eb664f3016
7 changed files with 34 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ export const tooltipContent = style({
lineHeight: '22px',
borderRadius: '4px',
maxWidth: '280px',
wordBreak: 'break-word',
transformOrigin: 'var(--radix-tooltip-content-transform-origin)',
animation: `${tooltipScaleIn} 0.2s cubic-bezier(0.2, 1, 0.3, 1)`,
});