From 3adc1bbee69c5022a6c00be3ef09729a64613dd8 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Fri, 20 Feb 2015 11:53:01 -0800 Subject: [PATCH] Minor CSS tweak. --- styles/new-container.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/new-container.less b/styles/new-container.less index 5ce5162dec..8186f40b93 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -178,7 +178,7 @@ } .repo { display: inline-block; - width: 190px; + max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;