N°3800 Fix line spacing in rich text editor and in its displayed content

This commit is contained in:
Stephen Abello
2021-10-26 15:26:29 +02:00
parent 5c02b5c38c
commit ab1b6837a2
5 changed files with 41 additions and 0 deletions

View File

@@ -189,6 +189,8 @@ $ibo-field--enable-bulk--checkbox--margin-left: 8px !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%;