diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css index 9058715a9..157fc3c3d 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 {