mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
d54b686c8d
commit
e57e0e80b9
@ -191,7 +191,7 @@
|
||||
|
||||
.media-item .original {
|
||||
position: relative;
|
||||
height: 34px;
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
.media-item .progress {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user