N°7601 - Avoid image to float along side text when editing, which will render differently in read-only / notifications

This commit is contained in:
Molkobain
2024-06-27 22:16:53 +02:00
parent de17664c49
commit fff95fcebd
8 changed files with 67 additions and 41 deletions

View File

@@ -195,8 +195,6 @@ $ibo-field--enable-bulk--checkbox--margin-left: $ibo-spacing-300 !default;
/* Hack to force a table to fit its container without overflow (see N°2127) */
/* Note that along with with, we now display a "expand" icon on large fields so we can have a better view of its content */
.HTML {
@extend .ibo-vendors-ckeditor--display-content;
table {
table-layout: fixed;
width: 100%;