Merge pull request #3824 from consul/jumping_ckeditor
Avoid jumping CKEditor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user