Problem/Motivation

Media Library item previews inside of a media field are broken, the preview image is hidden.

Proposed resolution

It looks like #layout-builder-modal .media-library-item__preview is setting a padding-bottom of 34px, and when I remove that I can see the image again.

Comments

KarlShea created an issue.

karlshea’s picture

It would also help with submitting patches if there were a package.json/package-lock.json included in the module, right now the node-sass build isn't working due to @import changes.

karlshea’s picture

My bad, older node version worked. A recompile with the current seven theme didn't help, I'm kind of stumped. Drupal core media library CSS is trying to be too clever so who knows.