aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FieldTextBox.scss
diff options
context:
space:
mode:
authorAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-17 00:15:40 -0400
committerAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-17 00:15:40 -0400
commita4fa90e0d376a993392c0eff143a5c387e387980 (patch)
tree7cc94292fa6818ebb04400a860115bc235f2bd44 /src/client/views/nodes/FieldTextBox.scss
parenteeae1bd225080e900d78d41dca3ec62d16d47e6f (diff)
testing mobile image
Diffstat (limited to 'src/client/views/nodes/FieldTextBox.scss')
-rw-r--r--src/client/views/nodes/FieldTextBox.scss14
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;
+}