From 11b6bd8eca19b36fdd28f71a7fc4043134983c5e Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 10 Mar 2021 15:11:03 -0500 Subject: from last - fix for inline text boxes. --- src/client/views/nodes/formattedText/FormattedTextBox.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') 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; } } -- cgit v1.2.3-70-g09d2