From 681f18e6c2cc962dee7691e25c40563454af0426 Mon Sep 17 00:00:00 2001 From: ne0n <16802-ne0n@users.noreply.gitgud.io> Date: Mon, 4 Jan 2021 02:36:57 -0800 Subject: [PATCH] Fix Shift JIS art going out of bounds on mobile --- gulp/res/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index 9274ce5b..30804390 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -122,6 +122,7 @@ pre { display: block; overflow-x: auto; white-space: pre; + max-width: calc(100vw - 50px); } .code:not(.hljs) {