Closed (fixed)
Project:
Basic
Version:
6.x-2.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2010 at 00:03 UTC
Updated:
10 Oct 2010 at 23:00 UTC
The title field on all drupal core forms breaks the containing div by stretching it beyond its intended size. Adding:
#edit-title {
font-size: 24px;
width: 98%;
}
on line 116 of style.css solves the problem.
Comments
Comment #1
SteveK commentedfixed in dev. thanks!