N°4466 - Fix line breaks not displayed correctly

This commit is contained in:
Molkobain
2021-11-23 11:31:41 +01:00
parent b1de8683f0
commit 94ceb98b9e
3 changed files with 4 additions and 13 deletions

View File

@@ -68,15 +68,6 @@ $ibo-field--enable-bulk--checkbox--margin-left: 8px !default;
white-space: inherit;
}
}
&.ibo-field-large {
/* We need the rule to apply for the class and all its descendants, hence the "& *" */
.ibo-field--value {
white-space: break-spaces; /* For large fields we don't have the issue stated above */
& * {
white-space: break-spaces;
}
}
}
}
& ~ .ibo-field {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long