N°4481 - Fix lost code highlighting / formatting in attributes

This commit is contained in:
Molkobain
2021-12-09 19:06:38 +01:00
parent c1eb928893
commit 434ce57b7e
3 changed files with 11 additions and 2 deletions

View File

@@ -66,6 +66,9 @@ $ibo-field--enable-bulk--checkbox--margin-left: $ibo-spacing-300 !default;
word-break: break-word;
white-space: inherit;
}
& pre {
white-space: break-spaces;
}
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long