From: Nishi Date: Wed, 2 Oct 2024 07:45:11 +0000 (+0000) Subject: apply overflow-x X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=43b569f44e99e62957a3e1e5f1d4473cab374120;p=koakuma.git apply overflow-x git-svn-id: file:///raid/svn-personal/koakuma/trunk@20 219d0f9c-2d94-d447-890a-813e76b88fe9 --- diff --git a/Static/style.css b/Static/style.css index 34271aa..b4ca61e 100644 --- a/Static/style.css +++ b/Static/style.css @@ -90,3 +90,7 @@ a:visited { background-color: #f0f0f0; margin-top: 20px; } + +pre { + overflow-x: scroll; +}