mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
fix(editor): white-space should be set to normal in tooltip (#9454)
This commit is contained in:
@@ -26,7 +26,7 @@ const styles = css`
|
||||
background: var(--affine-tooltip);
|
||||
|
||||
overflow-wrap: anywhere;
|
||||
white-space: pre-wrap;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user