fix: remirror empty state (#702)
* fix: minor pages ui * fix: remirror empty state
This commit is contained in:
parent
9ce158fc10
commit
3519be9ce8
2 changed files with 7 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue