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

This commit is contained in:
acognet
2021-10-11 09:11:38 +02:00
parent 3c84a74ea4
commit 63bd1643ce
3 changed files with 9 additions and 5 deletions

View File

@@ -178,7 +178,6 @@ $ibo-field--enable-bulk--checkbox--margin-left: 8px !default;
width: 20em;
}
.ibo-field--value {
display: table;
width: 100%;
color: $ibo-field--value--color;

View File

@@ -18,6 +18,10 @@ $ibo-fieldset--legend--border-bottom-style: solid !default;
}
}
.ibo-column > .ibo-fieldset {
display: contents;
}
.ibo-multi-column ~ .ibo-fieldset {
margin-top: $ibo-fieldset--sibling-spacing;
}