about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/homepage/static/tazjin.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css
index 9058715a97..157fc3c3d6 100644
--- a/web/homepage/static/tazjin.css
+++ b/web/homepage/static/tazjin.css
@@ -131,9 +131,8 @@ h1, h2, h3 {
 }
 
 pre {
-    min-width: 100%;
-    /* some code snippets escape to the side, but I don't want to wrap them */
-    width: max-content;
+    width: 100%;
+    overflow: auto;
 }
 
 img {