diff options
| author | bobzel <zzzman@gmail.com> | 2023-02-02 00:20:54 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-02-02 00:20:54 -0500 |
| commit | ac6f6a19fedc9c6a9d233a43aee4ed82b620d5ad (patch) | |
| tree | b31769fd93f7d8df244bb95936d842e2f5c1b6a4 /src/client/views/nodes/DocumentView.scss | |
| parent | 294412015c0f3dbfaa8982f1dcab100fbfdd036f (diff) | |
added initial support for equationBox font size setting
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 453bdac8e..e5913d997 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -162,6 +162,7 @@ width: 100%; height: 100%; border-radius: inherit; + white-space: normal; .documentView-styleContentWrapper { width: 100%; |
