css: Don't wrap <code>

This commit is contained in:
Miraty 2022-11-01 00:26:57 +01:00
parent 2e4eb5e9bb
commit 3cff775f26
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ pre {
margin: 0;
}
code {
white-space: nowrap;
}
a {
text-decoration: underline var(--svc-color) 0.2em;
color: var(--foreground-color);