Use <pre> tag for formatting

This commit is contained in:
2026-07-05 18:33:20 +02:00
parent 65e5643b13
commit d4be84875e
7 changed files with 13 additions and 8 deletions

View File

@@ -199,6 +199,10 @@ textarea:invalid {
border-color: var(--color-red);
outline-color: var(--color-red);
}
pre {
display: inline;
font: inherit;
}
/* `.button`: button-styled <a>, <button>, <input type=submit>.
* `.link`: any other <a>.