From 5fb06428a21a4d11a50ca07ae0428b61058c97c8 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 27 Apr 2015 14:04:13 -0400 Subject: [PATCH] Add padding to the repo list grid descriptions --- static/css/directives/ui/repo-list-grid.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/css/directives/ui/repo-list-grid.css b/static/css/directives/ui/repo-list-grid.css index d9418ae95..786cc793c 100644 --- a/static/css/directives/ui/repo-list-grid.css +++ b/static/css/directives/ui/repo-list-grid.css @@ -90,9 +90,7 @@ .new-repo-listing .description { font-size: 0.91em; padding-top: 13px; -} - -.new-repo-listing .description { + padding-left: 11px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;