fix(core): sidebar node content should ellipsis when overflowed (#7627)

This commit is contained in:
CatsJuice 2024-07-29 06:59:16 +00:00
parent e6f0847ec3
commit 214f5fa94d
No known key found for this signature in database
GPG Key ID: 1C1E76924FAFDDE4

View File

@ -39,7 +39,6 @@ export const itemContent = style({
overflow: 'hidden',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
display: 'flex',
alignItems: 'center',
flex: 1,
});