aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-04-03 19:24:48 -0400
committerbobzel <zzzman@gmail.com>2024-04-03 19:24:48 -0400
commit9c92d1ec78eed34700d49ff3daa3c5cca622ef35 (patch)
treeb74f551e63c9d5d6711e3af3698f60499b69546b /src/client/views/nodes/formattedText/FormattedTextBox.scss
parentfa82331598ded65d7b3c91a239d99a43f370b1b8 (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.scss1
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 {