From 20792560bb182f98e048d5dcfb769e4cd1770c1f Mon Sep 17 00:00:00 2001 From: Thiago Pereira Date: Thu, 9 Jul 2015 15:50:45 -0300 Subject: [PATCH] Truncating the description text (with ellipsis) if is greater than footer width --- gitweb.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitweb.css b/gitweb.css index 5fca47a..c57d577 100644 --- a/gitweb.css +++ b/gitweb.css @@ -162,6 +162,10 @@ td, th { display: inline; float: left; margin-left: 25px; + width: 80%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } a.rss_logo { -- 2.30.2