fix: remirror empty state (#702)

* fix: minor pages ui

* fix: remirror empty state
This commit is contained in:
Aaryan Khandelwal 2023-04-04 19:27:13 +05:30 committed by GitHub
parent 9ce158fc10
commit 3519be9ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -363,6 +363,10 @@ img.ProseMirror-separator {
min-height: 50px;
}
.remirror-section .remirror-editor-wrapper .remirror-editor {
min-height: 0 !important;
}
.remirror-editor-wrapper {
padding-top: 8px;
}