Author: rjollos
Date: Tue Aug 27 00:58:52 2013
New Revision: 1517734
URL: http://svn.apache.org/r1517734
Log:
0.8dev: Prevent ticket summary field from collapsing when empty. Fixes #645.
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1517734&r1=1517733&r2=1517734&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Tue Aug 27
00:58:52 2013
@@ -374,6 +374,10 @@ h1, h2, h3, h4 {
page-break-after: avoid;
}
+h1, h2, h3 {
+ min-height: 40px;
+}
+
.clip, .affix .clip-affix {
overflow: hidden;
text-overflow: ellipsis;