]> git.nega.tv - josh/negatv/commitdiff
Fix code block styling
authorJoshua Simmons <josh@nega.tv>
Sat, 30 Aug 2025 10:57:20 +0000 (12:57 +0200)
committerJoshua Simmons <josh@nega.tv>
Sat, 30 Aug 2025 11:00:39 +0000 (13:00 +0200)
site/static/style.css

index e6345a4cbc3a2109541b0673ba0e39b99632cb5c..348099bd8b384a3b59a69e0c61c438d0e7e39fd8 100644 (file)
@@ -446,6 +446,10 @@ pre {
   border-radius: 0.5rem;
 }
 
+pre code {
+  display: block;
+}
+
 span[data-hl="comment"],
 span[data-hl="comment.documentation"] {
   color: var(--code-comment);