Media: Port date filter width fix from Gutenberg.
Ensures the entire date selection dropdown shows in the media modal.
Previously this was worked around in 8deaf5eca6
in Gutenberg. This moves the rule to core, allowing the workaround to be removed in Gutenberg.
Props ianbelanger.
Fixes #44760.
See https://github.com/WordPress/gutenberg/issues/2202
git-svn-id: https://develop.svn.wordpress.org/trunk@44653 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7c0a304cf4
commit
544e7a30bc
@ -787,6 +787,8 @@
|
|||||||
|
|
||||||
.media-frame select.attachment-filters:last-of-type {
|
.media-frame select.attachment-filters:last-of-type {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
width: auto;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user