diff options
| author | Jude <julie_wang1@brown.edu> | 2019-03-09 17:14:42 -0500 |
|---|---|---|
| committer | Jude <julie_wang1@brown.edu> | 2019-03-09 17:14:42 -0500 |
| commit | c6a3faf616e68ede2d67580344e4337c3f0cfdc5 (patch) | |
| tree | fa09d4c17b083f4656ebd912c35b212cc801459d /src/client/views/nodes/FieldTextBox.scss | |
| parent | 695a91d86df0aa7d3e6a4a63414286fbdaf86d80 (diff) | |
added some flair to freeform views
Diffstat (limited to 'src/client/views/nodes/FieldTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FieldTextBox.scss | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/client/views/nodes/FieldTextBox.scss b/src/client/views/nodes/FieldTextBox.scss index b6ce2fabc..d2cd61b0d 100644 --- a/src/client/views/nodes/FieldTextBox.scss +++ b/src/client/views/nodes/FieldTextBox.scss @@ -1,14 +1,14 @@ .ProseMirror { - margin-top: -1em; - width: 100%; - height: 100%; + margin-top: -1em; + width: 100%; + height: 100%; } .ProseMirror:focus { - outline: none !important + outline: none !important; } .fieldTextBox-cont { - background: white; - padding: 1vw; -}
\ No newline at end of file + background: white; + padding: 1vw; +} |
