#426: h1 on Milestone and Report Edit and Delete page overflows
------------------------+-----------------------
Reporter: rjollos | Owner: rjollos
Type: defect | Status: new
Priority: minor | Milestone: Release 5
Component: ui design | Version:
Resolution: | Keywords:
------------------------+-----------------------
Comment (by rjollos):
Replying to [comment:1 rjollos]:
> I see multiple potential ways to fix this issue, but for now I'll follow
what I see on other pages, such as the ''Reports'' page, and add
`class=span12` to the `h1`.
In particular, we can probably make the following refactoring to several
templates:
{{{
#!text/html
<span class="span12>
<h1>Heading</h1>
</span>
}}}
==>
{{{
#!text/html
<h1 class="span12">Heading</h1>
}}}
----
(In [1452184])
Refs #426: Add `span12` class to `h1` elements on Milestone delete, Report
delete and Report edit pages, to fix misalignment of text on page.
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/426#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker