N°4370 - Field content overlapping on rest of the UI (Backoffice) - 2

This commit is contained in:
acognet
2021-11-15 15:48:51 +01:00
parent 11d2991286
commit fe9a442500
2 changed files with 3 additions and 2 deletions

View File

@@ -190,6 +190,7 @@ $ibo-field--enable-bulk--checkbox--margin-left: 8px !default;
/* 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;
display: grid;
table {
table-layout: fixed;
@@ -204,7 +205,7 @@ $ibo-field--enable-bulk--checkbox--margin-left: 8px !default;
/* For log fields in the bulk operation screens */
.ibo-fieldset-legend > .ibo-field--comments {
display: contents;
// display: contents;
padding-bottom: $ibo-field--value--margin-top--for-large;
font-size: $ibo-field--comments--font-size;
}

View File

@@ -19,7 +19,7 @@ $ibo-fieldset--legend--border-bottom-style: solid !default;
}
.ibo-column > .ibo-fieldset {
display: contents;
// display: contents;
}
.ibo-multi-column ~ .ibo-fieldset {