Skip to content

Commit

Permalink
Media: Port date filter width fix from Gutenberg.
Browse files Browse the repository at this point in the history
Ensures the entire date selection dropdown shows in the media modal.

Previously this was worked around in WordPress/gutenberg@8deaf5e in Gutenberg. This moves the rule to core, allowing the workaround to be removed in Gutenberg.

Props ianbelanger.
Fixes #44760.
See WordPress/gutenberg#2202

git-svn-id: http://develop.svn.wordpress.org/trunk@44653 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
mikeschroder committed Jan 19, 2019
1 parent a307b46 commit 5de054c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wp-includes/css/media-views.css
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,8 @@

.media-frame select.attachment-filters:last-of-type {
margin-right: 0;
width: auto;
max-width: 100%;
}

/**
Expand Down

0 comments on commit 5de054c

Please sign in to comment.