recuperar la altura del editor

This commit is contained in:
f 2020-11-18 14:04:38 -03:00
parent a4f8debcd7
commit e313c1c787
1 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,9 @@
div[data-align="center"] { text-align: center; }
div[data-align="right"] { text-align: right; }
min-height: 480px;
.editor-content {
min-height: 480px;
}
*[data-editor-loading] {
opacity: 0.5;