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

SteveK’s picture

Status: Active » Fixed

fixed in dev. thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.