Issue summary updated as of comment #14
Problem/Motivation
- In Claros's media-grid the item's name sticks out of its expected place if the name of the media is shorter than width of the individual grid block. It exceeds both on the top and the bottom of the name space.
- Also, the uploaded media does not adhere to the standardised design, and floats above the media name space instead of being stuck to it.
Steps to reproduce
- Enable Media and Media Library modules.
- Goto /admin/content/media-grid
- Add media with short filename
Proposed resolution
- .media-library-item__attributes should be shrunk to address the media name space bleeding into either ends of the Y axis.
- Media element should be aligned to the top of its name space.