From 009b1374a2a486ccb22e13345fc4bb83ef49cee7 Mon Sep 17 00:00:00 2001 From: George Vinogradov Date: Wed, 8 Feb 2012 21:52:13 +0400 Subject: [PATCH] [issue #133] Fixed commits display --- public/stylesheets/git/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/git/style.css b/public/stylesheets/git/style.css index a20748d90..8428c17b1 100644 --- a/public/stylesheets/git/style.css +++ b/public/stylesheets/git/style.css @@ -37,7 +37,7 @@ li.commit .message { li.commit .trees { padding-left: 5px; - width: 180px; + width: 200px; } li.commit .message a {