Problem/Motivation
After upgrading to 3.0.0-rc4, the media library view form does not fill the entire dialog width.
Steps to reproduce
Upgrade to 3.0.0-rc4 with Drupal 9.5.9 and use a media reference field,
Proposed resolution
As shown in the screenshot, add the `flex-direction: column;` property from 3.0.0-rc3 but in the media-library component stylesheet.
Remaining tasks
Review the changes.
User interface changes
Fix the media library form dialog.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3372337-after.png | 476.18 KB | vaibhav_arora |
| #3 | 3372337-before.png | 386.15 KB | vaibhav_arora |
| #2 | 3372337.patch | 729 bytes | franknoel |
| 3.0.0-rc4.png | 3.52 MB | franknoel | |
| 3.0.0-rc3.png | 3.91 MB | franknoel |
Comments
Comment #2
franknoel commentedHere's my proposed fix.
Comment #3
vaibhav_arora commentedReviewed the patch #2 on Drupal 9.5.9 and works fine and also attached screenshot for the same.
Comment #4
tostinni commentedPatch is working fine on Drupal 10.1
Comment #5
mrshowermanI have the same issue; #2 fixes it. Thanks!
Comment #6
jds1Works great! RTBC. Thanks for this!
Comment #8
saschaeggiThanks!