N°9807 - Polishing CKEditor for iTop 3.3.0-beta1

- fix height of `ck-source-editing-area` to be inlined with `ck-editor__editable_inline`
This commit is contained in:
Benjamin DALSASS
2026-07-16 15:04:45 +02:00
parent b7958540fc
commit 9b090ab133

View File

@@ -70,7 +70,7 @@ $ibo-vendors-ckeditor--ck-mentions--item--padding-y: $ibo-spacing-200 !default;
}
}
.ck-editor__editable_inline:not(.ck-comment__input *) {
.ck-editor__editable_inline:not(.ck-comment__input *), .ck-source-editing-area {
height: 200px;
}