changeset 6838:fa55523f3790

changelog: fix column sizing - don't expand the date column but give everything to the description column The date column inherited 33% width - for now, just work around that.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 28 Aug 2017 05:25:39 +0200
parents f77ef41b39aa
children 90282e663313
files kallithea/public/css/style.css
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Aug 27 16:39:35 2017 +0200
+++ b/kallithea/public/css/style.css	Mon Aug 28 05:25:39 2017 +0200
@@ -1464,9 +1464,10 @@
 }
 
 #graph_content tr .date {
-    width: 76px;
+    width: auto !important;
     color: #666;
     font-size: 10px;
+    white-space: nowrap;
 }
 
 #graph_content_pr .compare_view_commits .expand_commit,
@@ -1484,6 +1485,7 @@
 }
 
 #graph_content tr .mid {
+    width: 100%;
     padding: 0;
 }