diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-17 00:15:40 -0400 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-17 00:15:40 -0400 |
| commit | a4fa90e0d376a993392c0eff143a5c387e387980 (patch) | |
| tree | 7cc94292fa6818ebb04400a860115bc235f2bd44 /src/client/views/nodes/FieldTextBox.scss | |
| parent | eeae1bd225080e900d78d41dca3ec62d16d47e6f (diff) | |
testing mobile image
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; +} |
