diff --git a/src/style.css b/src/style.css index f6e9a6e6ca..96c51014fe 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; }