diff options
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss new file mode 100644 index 000000000..21bd43b6e --- /dev/null +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -0,0 +1,20 @@ +.ProseMirror { + width: 100%; + height: auto; + min-height: 100% +} + +.ProseMirror:focus { + outline: none !important +} + +.formattedTextBox-cont { + background: white; + padding: 1; + border: black; + border-width: 10; + overflow-y: scroll; + overflow-x: hidden; + color: initial; + height: 100%; +}
\ No newline at end of file |