From e476a7e80499e052f639614910d9aafdf3164832 Mon Sep 17 00:00:00 2001 From: nabbisen Date: Sat, 4 May 2019 16:56:21 +0900 Subject: Add overflow-x for admin/info page --- public/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 091aa8206..a4deb9c81 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -430,6 +430,7 @@ span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.p word-wrap: break-word; border-radius: 3px; } +.box > pre { overflow-x: auto; } div.square { border: 1px solid #999; -- 2.21.0