mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-02 14:33:54 +03:00
fix(core): sidebar node content should ellipsis when overflowed (#7627)
This commit is contained in:
parent
e6f0847ec3
commit
214f5fa94d
@ -39,7 +39,6 @@ export const itemContent = style({
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
flex: 1,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user