changeset 4378:ac9cd5659c29

old style: handle comment headers from PRs with long titles
author Mads Kiilerich <madski@unity3d.com>
date Fri, 18 Jul 2014 19:22:01 +0200
parents 0111c18298a0
children f2014e4249a4
files kallithea/public/css/style.css
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Jul 18 19:22:01 2014 +0200
+++ b/kallithea/public/css/style.css	Fri Jul 18 19:22:01 2014 +0200
@@ -4428,7 +4428,8 @@
     background: #f8f8f8;
     padding: 4px;
     border-bottom: 1px solid #ddd;
-    height: 18px;
+    min-height: 18px;
+    overflow: auto;
 }
 
 .comments .comment .meta img {
@@ -4649,7 +4650,8 @@
     background: #f8f8f8;
     padding: 4px;
     border-bottom: 1px solid #ddd;
-    height: 20px;
+    min-height: 20px;
+    overflow: auto;
 }
 
 .inline-comments .comment .meta img {