Fixed Sylexiad font word wrap in single post view

This commit is contained in:
Allibragi 2022-12-03 18:50:41 +01:00
parent 67383165cd
commit e97e605212
2 changed files with 2 additions and 1 deletions

View File

@ -524,7 +524,7 @@ pre, body#post article, #post .alert, #subpage .alert, body#collection article,
}
}
textarea, input#title, pre, body#post article, body#collection article p {
&.norm, &.sans, &.wrap {
&.norm, &.sans, &.wrap, &.syl {
line-height: 1.5;
white-space: pre-wrap; /* CSS 3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */

View File

@ -277,6 +277,7 @@ body#pad {
}
&.syl {
font-family: @sylexiadFont;
line-height: 1.4;
}
&.mono, &.code {
padding-left: 1em;