aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-02-23 02:34:58 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-02-23 02:34:58 -0500
commit451c31e529dad9fbec94e71790907848f7c3fb24 (patch)
tree65110193fe02a2e89c658f70f6439d352a914b32 /src/client/views/nodes/FormattedTextBox.scss
parentb358acef21cbed80944407d0f562c990a1df4c16 (diff)
css hacking to fix layout issues related to making a captioned image style
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/FormattedTextBox.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss
index 5139d5d6b..872a2138b 100644
--- a/src/client/views/nodes/FormattedTextBox.scss
+++ b/src/client/views/nodes/FormattedTextBox.scss
@@ -1,7 +1,7 @@
.ProseMirror {
- margin-top: -1em;
width: 100%;
- height: 100%;
+ height: auto;
+ min-height: 100%
}
.ProseMirror:focus {