aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-04-03 23:54:06 -0400
committerbobzel <zzzman@gmail.com>2024-04-03 23:54:06 -0400
commit2c8c60f255e069f8ee9085c4b5789f0923c125ea (patch)
treed3ca64ca9b3546f3ffc10779fc3ad8e08996da29 /src/client/views/nodes/formattedText/FormattedTextBox.scss
parent9c92d1ec78eed34700d49ff3daa3c5cca622ef35 (diff)
more fixes to text editor bullets. one small artifact lingers with clicking on empty list item, then backspacing over empty list items, then having to double-backspace when you get to a non-empty item.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss
index 038e6ab90..38dd2e847 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss
@@ -350,7 +350,7 @@ footnote::before {
span {
font-family: inherit;
background-color: inherit;
- display: inline-block;
+ display: contents; // fixes problem where extra space is added around <ol> lists when inside a prosemirror span
}
blockquote {