mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08: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);
|
background: var(--affine-tooltip);
|
||||||
|
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
white-space: pre-wrap;
|
white-space: normal;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user