alto del editor

This commit is contained in:
f 2020-11-17 17:41:15 -03:00
parent 1f28ea77a0
commit bf73479c4a
2 changed files with 3 additions and 1 deletions

View file

@ -50,6 +50,8 @@
div[data-align="left"] { text-align: left; }
div[data-align="center"] { text-align: center; }
div[data-align="right"] { text-align: right; }
min-height: 480px;
}
*[data-editor-loading] {

View file

@ -69,5 +69,5 @@
%label{ for: 'link-href' }= t('editor.url')
%input.form-control{ type: 'url', data: { prop: 'link-href' } }/
.editor-content.form-control.h-auto{ contenteditable: 'true' }
.editor-content.form-control.h-auto.mt-1{ contenteditable: 'true' }
= metadata.value.html_safe