Merge remote-tracking branch 'origin/support/3.2' into develop

This commit is contained in:
Molkobain
2024-07-05 00:19:17 +02:00
65 changed files with 337 additions and 9799 deletions

View File

@@ -58,6 +58,10 @@ $ibo-vendors-ckeditor--ck-color-image-caption-text: $ibo-color-grey-900 !default
.ck.ck-content {
color: $ibo-vendors-ckeditor--ck-content--text-color;
/* Needed to let table grow inside their resizer as `.ibo-is-html-content table` rule unset ckeditor default 100% width */
.table table {
width: 100% !important;
}
}
.ck-editor__editable_inline:not(.ck-comment__input *) {