scss: add plain-text-pre class, for long text fields (#74404)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2023-02-10 10:25:35 +01:00
parent cb93554000
commit 6980f81b39
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;
}