diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-06-13 12:03:39 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-06-13 12:03:39 -0400 |
| commit | 0a6c03f109254e36556482e75fa5fb14491d1626 (patch) | |
| tree | 61c5cc4e3f62b054c39e36672d50852822b1f94f /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 37335c64be97502895d6fd80282daa8ef42a81a5 (diff) | |
demo
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 4a29c1949..e3e40860c 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -1,7 +1,7 @@ @import "../globalCssVariables"; .ProseMirror { width: 100%; - height: auto; + height: 100; min-height: 100%; font-family: $serif; } |
