scss: add plain-text-pre class, for long text fields (#74404) #167

Merged
fpeters merged 1 commits from wip/74404-plain-text-pre into main 2023-02-10 10:36:18 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -874,3 +874,7 @@ div.section.foldable {
visibility: visible;
}
}
.plain-text-pre {
white-space: pre-line;
}