Field: Change how field's value wrap to fix unwanted "new line" between some elements (lists, ...)

This commit is contained in:
Molkobain
2021-08-10 13:28:01 +02:00
parent ddc5bbd1bb
commit 59d95cc14b
5 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ $ibo-vendors-ckeditor--autocomplete-item-title--text-color: #3A3A3A !default;
padding: $ibo-vendors-highlightjs--padding !important;
box-shadow: 0 0px 3px 2px inset rgba(0, 0, 0, 0.4);
border-radius: $ibo-vendors-highlightjs--border-radius;
white-space: pre-wrap;
white-space: pre-line;
}
/* Mentions in caselogs */