#645: "Enter ticket summary" field collapses
--------------------------+-----------------------
  Reporter:  ChrisHarris  |      Owner:  rjollos
      Type:  defect       |     Status:  accepted
  Priority:  major        |  Milestone:  Release 8
 Component:  dashboard    |    Version:  0.6.0
Resolution:               |   Keywords:
--------------------------+-----------------------

Comment (by rjollos):

 Bootstrap has the following CSS rule:
 {{{#!css
 h1, h2, h3 {
 line-height: 40px;
 }
 }}}

 The issue seems to be resolved if we add the following to Bloodhound.css:
 {{{#!css
 h1, h2, h3 {
  min-height: 40px;
 }
 }}}

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/645#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Reply via email to