mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°7552 - Polishing CKeditor
- set an editor height to prevent editor growing
This commit is contained in:
2
css/backoffice/vendors/_ckeditor.scss
vendored
2
css/backoffice/vendors/_ckeditor.scss
vendored
@@ -41,7 +41,7 @@ $ibo-vendors-ckeditor--ck-text-huge-font-size: $ibo-font-size-350;
|
||||
}
|
||||
|
||||
.ck-editor__editable_inline:not(.ck-comment__input *) {
|
||||
min-height: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
/* Fullscreen button (Combodo custom plugin) */
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -6012,7 +6012,7 @@ label {
|
||||
}
|
||||
|
||||
div.ck .ck-content{
|
||||
min-height: 180px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user