Merge pull request #34 from kamihouse/master
authorStefan Imhoff <kogakure@gmail.com>
Fri, 10 Jul 2015 08:44:41 +0000 (10:44 +0200)
committerStefan Imhoff <kogakure@gmail.com>
Fri, 10 Jul 2015 08:44:41 +0000 (10:44 +0200)
Truncating the description text (with ellipsis) if is greater than fo…

gitweb.css

index 5fca47a6b46cdb29a307c418dad1fea88fe8093a..c57d577b656d065a4320af69c4aff1168bdccafc 100644 (file)
@@ -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 {