diff options
-rw-r--r-- | web/homepage/static/tazjin.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css index 9058715a97a4..157fc3c3d60c 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 { |