diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-05 11:33:30 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-05 11:33:30 -0500 |
| commit | 46a3ba510a02464b27b806af8fd1131dbc3da242 (patch) | |
| tree | f2f247d04107062243fd36a1f59867ab84280014 /src/views/nodes/FormattedTextBox.scss | |
| parent | 58c7742c18f82fe854784b083dfa723a8f256b72 (diff) | |
more reorg
Diffstat (limited to 'src/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/views/nodes/FormattedTextBox.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/views/nodes/FormattedTextBox.scss b/src/views/nodes/FormattedTextBox.scss new file mode 100644 index 000000000..492367fce --- /dev/null +++ b/src/views/nodes/FormattedTextBox.scss @@ -0,0 +1,14 @@ +.ProseMirror { + margin-top: -1em; + width: 100%; + height: 100%; +} + +.ProseMirror:focus { + outline: none !important +} + +.formattedTextBox-cont { + background: white; + padding: 1vw; +}
\ No newline at end of file |
