}
}
+.ProseMirror,
+.toastui-editor-defaultUI .ProseMirror,
+.toastui-editor-md-container .toastui-editor-md-preview {
+ padding: 1rem 0 0 0;
+}
+
+.ProseMirror {
+ height: 100%;
+}
+
// Typography
.ProseMirror,
.toastui-editor-contents {
}
}
-.ProseMirror,
-.toastui-editor-defaultUI .ProseMirror,
-.toastui-editor-md-container .toastui-editor-md-preview {
- padding: 1rem 0 0 0;
-}
-
// Override the default font-family for code blocks as some of the fallbacks are not monospace
.toastui-editor-contents code,
.toastui-editor-contents pre,