diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:31:27 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:31:27 -0500 |
| commit | 1a32bdca177faf5a3d99bcb45aaf596ba8c706a8 (patch) | |
| tree | 1f7531be1ae4032cbb5de0e54a9ae48fda9657cc /src/client/views/nodes/FormattedTextBox.scss | |
| parent | b418a6ed64e50700e2935963f01e392cbd81099d (diff) | |
| parent | db7aa80be56e2d91acf224013b24ab73385f836c (diff) | |
Merge branch 'authentication' of https://github.com/browngraphicslab/Dash-Web into authentication
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 492367fce..226456fab 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 { @@ -9,6 +9,6 @@ } .formattedTextBox-cont { - background: white; - padding: 1vw; + background: beige; + padding: 0; }
\ No newline at end of file |
