diff options
| author | Monika <monika_hedman@brown.edu> | 2019-07-01 15:39:37 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-07-01 15:39:37 -0400 |
| commit | c5391bf0d352f69211ba28fc263d27204d7b8dc4 (patch) | |
| tree | acbc632aff852e74015bd1c8eee4933a7565cb94 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | ee4155a168dadad182719eb55df3459d6a937a45 (diff) | |
| parent | cd78d5b3371d73cc51dcb6f3dbfdca1a3bbcf6e1 (diff) | |
edits made
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..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: auto; + height: 100%; min-height: 100%; font-family: $serif; } |
