This commit is contained in:
Molkobain
2021-08-31 09:30:15 +02:00
parent af28a2e01d
commit 8a5c144e3b
3 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ $ibo-field--value-decoration--spacing-x: 0.5rem !default;
.ibo-field--value {
&, & * {
word-break: break-word;
white-space: inherit; /* Here we don't put break-spaces as it would put ".ibo-feld-small .ibo-field-value" on a new line due to the spaces/indentation of the HTML templates. For now we rather have this rule than diminish the templates readability/maintenability */
white-space: inherit; /* Here we don't put break-spaces as it would put ".ibo-field-small .ibo-field-value" on a new line due to the spaces/indentation of the HTML templates. For now we rather have this rule than diminish the templates readability/maintenability */
}
}
&.ibo-field-large {