The system module (system.theme.css) includes:

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

this means that the help text on the manage items pages for the galleries doesn't wrap and looks horrible, makes it non-responsive and sucky interface even for a large screen.
Before patching it looks like this:
before patching
Whereas after patching:
post patch

Also include a line to make sure the vertical alignment is top since it sometimes is inherited as baseline which messes up formating as well.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

  • zengenuity committed 76654b2 on 7.x-1.x
    #2386159 - fix word wrap on manage items form help.
    
zengenuity’s picture

Status: Needs review » Fixed

We don't need a new CSS file. node_gallery_api.css is already loaded on this form page. I moved your CSS code to this file instead. Also, while I understand the vertical alignment addition, I decided to remove it so as not to change existing installs. The word wrap issue makes sense, through. Committed. Thanks.

RavindraSingh’s picture

Status: Fixed » Reviewed & tested by the community

Cool, I was trying to replicate it, doesn't exists anymore in 7.x-1.0.

NickDickinsonWilde’s picture

Status: Reviewed & tested by the community » Closed (fixed)

already commited