The revisions summary table is marking up the first column as a form item, which causes the cell to be styled as a form item.
The particular concern is that system.theme.css sets the form item to nowrap, which is desirable for actual form items, but problematic for a column that contains the revision log info.

If there is not a reason to mark this field up as a form item, could it be marked up as type="markup" instead?

   //lines 67-70 revisioning_theme.inc
   $form['info'][$vid] = array(
      '#type' => 'markup',
      '#markup' => $first_cell
    );

Thanks,
JAKC

Comments

rdeboer’s picture

Seems alright to me!

rdeboer’s picture

Assigned: Unassigned » rdeboer
Status: Active » Fixed

Applied with attribution to 7.x-1.x branch. Available in next dev snapshot.
Rik

Status: Fixed » Closed (fixed)

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