diff options
author | bobzel <zzzman@gmail.com> | 2021-03-10 15:11:03 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-10 15:11:03 -0500 |
commit | 11b6bd8eca19b36fdd28f71a7fc4043134983c5e (patch) | |
tree | 72699650875e028fe9eba57194a5b503c3e933e5 /src | |
parent | 0a89a25426c401142469064726360fe87185adda (diff) |
from last - fix for inline text boxes.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 0f2f9cdb7..6fcd0eb8f 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -126,13 +126,12 @@ audiotag:hover { } .formattedTextBox-inner-rounded-selected, .formattedTextBox-inner-selected { - .ProseMirror { + > .ProseMirror { padding:10px; } } .formattedTextBox-outer-selected { - - .ProseMirror:hover { + > .ProseMirror:hover { background: unset; } } |