N°9807 - Polishing CKEditor for iTop 3.3.0-beta1

- fix height in portal
This commit is contained in:
Benjamin DALSASS
2026-07-17 14:12:29 +02:00
parent 9b090ab133
commit bee9991c31

View File

@@ -17,4 +17,8 @@ $ipb-vendors-ckeditor--ck-content--text-color: $ipb-color-grey-900 !default;
.ipb-is-html-content {
@extend .ck-content;
}
.ck-source-editing-area {
height: 180px;
}