Merge branch 'support/3.2' into develop

This commit is contained in:
Stephen Abello
2025-11-10 10:56:38 +01:00

View File

@@ -46,6 +46,7 @@ $ibo-vendors-ckeditor--ck-mentions--item--padding-y: $ibo-spacing-200 !default;
.ck-editor {
width: 100% !important; /* Force editor to always take its container full width (not less, not more) */
display: inline-grid; /* Force editor to always take its container full width (not less, not more) */
z-index: 1;
.ck-editor__main {
overflow: auto;