diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index f6e9a6e6c..96c51014f 100644 --- a/src/style.css +++ b/src/style.css @@ -92,6 +92,9 @@ a[role='link'][data-no-underline='1']:hover { } /* ProseMirror */ +.ProseMirror { + min-height: inherit; +} .ProseMirror-dark { color: white; } |