From 37f940350f5d1f5e9227df38ff14471f791386c0 Mon Sep 17 00:00:00 2001 From: Mitsuhiro Koga Date: Thu, 23 Mar 2017 21:15:47 +0900 Subject: [PATCH] Fix broken diffstat layout at zoom in/out --- src/main/webapp/assets/common/css/gitbucket.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index ebe312f5e..c2b225ddd 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -586,6 +586,7 @@ ul#commit-file-list { ul#commit-file-list li.border { padding-bottom: 2px; border-top: 1px solid #eee; + clear: right; } li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {