From: Thiago Pereira Date: Thu, 9 Jul 2015 18:50:45 +0000 (-0300) Subject: Truncating the description text (with ellipsis) if is greater than footer width X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=20792560bb182f98e048d5dcfb769e4cd1770c1f Truncating the description text (with ellipsis) if is greater than footer width --- 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 {