diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-06-20 11:17:22 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-06-20 11:17:22 -0400 |
| commit | 6259738cf77c2749f556e6d57addae8dac1b32d2 (patch) | |
| tree | edcf16c23ccbc9f19d8ae6f4189d5ad266922ed4 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 47e125b9c7a8a61d820c013a5dd5f9cf654205af (diff) | |
moving div
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 e3e40860c..d3045ae2f 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: 100; + height: 100%; min-height: 100%; font-family: $serif; } |
