From ff6e398b6f8f137899ba316665799c4d429f01c6 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 4 Nov 2015 00:40:31 +0000 Subject: [PATCH] Media Library: Allow longer labels in the filter dropdowns. Props aaronrutley, AlbertoCT. Fixes #32005. git-svn-id: https://develop.svn.wordpress.org/trunk@35499 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/media-views.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index 1807f3478c..096f530c50 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -752,9 +752,9 @@ .media-frame select.attachment-filters { margin-top: 11px; margin-right: 2%; - max-width: 42%; - max-width: -webkit-calc(48% - 12px); - max-width: calc(48% - 12px); + width: 42%; + width: -webkit-calc(48% - 12px); + width: calc(48% - 12px); } .media-frame select.attachment-filters:last-of-type { @@ -1081,11 +1081,15 @@ } .attachments-browser .media-toolbar-primary { - max-width: 33%; + width: 33%; } .attachments-browser .media-toolbar-secondary { - max-width: 66%; + width: 66%; +} + +.attachments-browser .search { + width: 100%; } .uploader-inline .close {