From 8dd8d18e3f047e40d76421e98a9902d802998869 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 25 2016 03:50:12 +0000 Subject: truncate long usernames that break /users -- thanks patrick! --- diff --git a/pagure/static/koji.css b/pagure/static/koji.css index 1be506b..614d8d3 100644 --- a/pagure/static/koji.css +++ b/pagure/static/koji.css @@ -20,11 +20,6 @@ html background:#f3f3f3; } -.repo-name -{ - -} - .code_table { background: #FDF6E3; min-width: 100%; @@ -228,7 +223,11 @@ color: #bbb; .repo_name { padding-top:4px; - padding-left:65px; + width: 80%; + padding-left: 5px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .project_wrapper