mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°4370 - Field content overlapping on rest of the UI (Backoffice) - 2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user