From 43b569f44e99e62957a3e1e5f1d4473cab374120 Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 2 Oct 2024 07:45:11 +0000 Subject: [PATCH] apply overflow-x git-svn-id: file:///raid/svn-personal/koakuma/trunk@20 219d0f9c-2d94-d447-890a-813e76b88fe9 --- Static/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; +} -- 2.45.2