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
This commit is contained in:
Joe Dolson 2023-01-18 18:49:19 +00:00
parent d54b686c8d
commit e57e0e80b9

View File

@ -191,7 +191,7 @@
.media-item .original {
position: relative;
height: 34px;
min-height: 34px;
}
.media-item .progress {