From a92051a4c3b9be50e96c03c96c4728334fb675fd Mon Sep 17 00:00:00 2001 From: Gary Green Date: Wed, 29 Jul 2015 22:52:46 +0100 Subject: [PATCH] Increase container width --- src/main/webapp/assets/common/css/gitbucket.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index f9553526b..f02fd46bd 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -155,7 +155,7 @@ div.head div.forked { } div.container { - width: 920px; + width: 980px; } div.container-wide {