mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4466 - Fix line breaks not displayed correctly
This commit is contained in:
@@ -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
Reference in New Issue
Block a user