mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
fix(core): improve share menu width and member name overflow handling (#11527)
This commit is contained in:
@@ -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)`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user