aboutsummaryrefslogtreecommitdiff
path: root/html/template.html
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-05-11 22:22:56 -0600
committerFlorian Fischer <florian.fischer@muhq.space>2025-05-18 20:35:04 -0600
commit588b32e9a13098628014ee3f702c55639fbdb572 (patch)
tree6f33541b98d90ef95d37929d1aa11e2abdccfe88 /html/template.html
parent976c593f4e4912dc6942a8059daebf4695432443 (diff)
downloadmuhqs-game-588b32e9a13098628014ee3f702c55639fbdb572.tar.gz
muhqs-game-588b32e9a13098628014ee3f702c55639fbdb572.zip
html: do not wrap code
Diffstat (limited to 'html/template.html')
-rw-r--r--html/template.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/template.html b/html/template.html
index 6d58af7d..5e473e3e 100644
--- a/html/template.html
+++ b/html/template.html
@@ -130,6 +130,12 @@ $endif$
padding: 1em;
overflow: auto;
}
+pre > code {
+ white-space: pre;
+}
+pre code {
+ display: inline-block;
+}
hr {
background-color: var(--fg);
border: none;