fix(editor): white-space should be set to normal in tooltip (#9454)

This commit is contained in:
Fangdun Tsai
2024-12-31 15:03:58 +08:00
committed by GitHub
parent 8732801f06
commit 83915c2e90

View File

@@ -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;
}