aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-04-19 11:02:05 -0400
committerbobzel <zzzman@gmail.com>2024-04-19 11:02:05 -0400
commitb6229b0a6141afbfd0e78e3ec870218187864def (patch)
tree26c6e752e4512abe42b92dcefd1a3b42df529494 /src/client/views/nodes/formattedText/FormattedTextBox.scss
parent2a313f28fcb8675223708b0657de7517a3281095 (diff)
fixed text search highlighting. fixed first typed characfter of note to have marks.
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 38dd2e847..5b2b558fc 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: contents; // fixes problem where extra space is added around <ol> lists when inside a prosemirror span
+ display: inline; // needs to be inline for search highlighting to appear // contents; // fixes problem where extra space is added around <ol> lists when inside a prosemirror span
}
blockquote {