diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-19 11:02:05 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-19 11:02:05 -0400 |
| commit | b6229b0a6141afbfd0e78e3ec870218187864def (patch) | |
| tree | 26c6e752e4512abe42b92dcefd1a3b42df529494 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 2a313f28fcb8675223708b0657de7517a3281095 (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.scss | 2 |
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 { |
