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-08-20 15:57:17 +0200
commit8b9a55e7de12da9a8bf85c70dca808900b65e3d4 (patch)
tree10ae142065fd51b16cafd586a1778972b73965fe /html/template.html
parente9a93b39eb5158cf592fbf56fc689ca9f05dc1b1 (diff)
downloadmuhqs-game-8b9a55e7de12da9a8bf85c70dca808900b65e3d4.tar.gz
muhqs-game-8b9a55e7de12da9a8bf85c70dca808900b65e3d4.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;