Merge pull request #3824 from consul/jumping_ckeditor

Avoid jumping CKEditor
This commit is contained in:
Javier Martín
2019-11-06 20:59:43 +01:00
committed by GitHub

View File

@@ -1076,6 +1076,15 @@ form {
margin-bottom: $line-height;
}
.html-area {
height: 272px;
margin-bottom: $line-height;
&.admin {
height: 572px;
}
}
.checkbox,
.radio {
display: inline-block;