From 614588c0916c026385820620b8d048a96b094ac6 Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 17 Jun 2014 11:50:21 -0400 Subject: [PATCH] Increase contributors list column width (thanks @harding) --- _less/screen.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index e291e7da..b0060b3d 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -980,7 +980,7 @@ table td,table th{ } .contributors div{ padding:8px 0; - width:170px; + width:215px; overflow:hidden; display:inline-block; vertical-align:top; @@ -990,7 +990,7 @@ table td,table th{ padding:0; } .contributors div div:first-child+div{ - max-width:100px; + max-width:150px; margin:0 2px; white-space:nowrap; }