This what the top-level widget buttons looked like on the "Add content" dialog in Panopoly 1.20:

... and here is what they look like in Panopoly 1.21:

At some point, a visual regression snuck in, but I haven't tracked it down yet.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dsnopek’s picture

Turns out this is collateral damage from #2468445: Panopoly Images targets img elements

The bit of CSS we're missing to make it return to normal is:

  vertical-align: bottom;

I'll post a patch in a moment!

dsnopek’s picture

Component: Core » Magic
Status: Active » Needs review
FileSize
377 bytes

Patch is attached! I'll commit in a moment.

  • dsnopek committed 7ea9499 on 7.x-1.x
    Update Panopoly Magic for Issue #2491593 by dsnopek: Visual regression...
dsnopek’s picture

Status: Needs review » Fixed

Committed!

Status: Fixed » Closed (fixed)

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