diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-03 19:24:48 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-03 19:24:48 -0400 |
| commit | 9c92d1ec78eed34700d49ff3daa3c5cca622ef35 (patch) | |
| tree | b74f551e63c9d5d6711e3af3698f60499b69546b /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | fa82331598ded65d7b3c91a239d99a43f370b1b8 (diff) | |
fixed chrome error with adding space between <spans> and <ol>s after deleting a list_item
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 3dcc45c96..038e6ab90 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -350,6 +350,7 @@ footnote::before { span { font-family: inherit; background-color: inherit; + display: inline-block; } blockquote { |
