From e57e0e80b9b3953d842f3397a4c83fdac329d8ee Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Wed, 18 Jan 2023 18:49:19 +0000 Subject: [PATCH] Media: Prevent hidden overflow on uploaded image names. Allow the image upload notification to expand height and display the full image name when uploaded. Primarily effects mobile devices, where the available space for image names is narrow. Props sumitsingh. Fixes #54812. git-svn-id: https://develop.svn.wordpress.org/trunk@55091 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/media.css b/src/wp-admin/css/media.css index ea5787d4cb..df040d5519 100644 --- a/src/wp-admin/css/media.css +++ b/src/wp-admin/css/media.css @@ -191,7 +191,7 @@ .media-item .original { position: relative; - height: 34px; + min-height: 34px; } .media-item .progress {