mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Field: Change how field's value wrap to fix unwanted "new line" between some elements (lists, ...)
This commit is contained in:
@@ -40,7 +40,7 @@ $ibo-field--value-decoration--spacing-x: 0.5rem !default;
|
||||
.ibo-field--value {
|
||||
* {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
white-space: pre-line;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user