Media: Adjusts alignment of file name text in browser uploader.

Sets a defined size for text alongside the media browser uploader button fixing alignment on popular browsers.

Props krupajnanda, mikeschroder, aaroncampbell, lucagrandicelli, andraganescu, samful, sabernhardt, andystitt829, kburgoine.
Fixes #41648


git-svn-id: https://develop.svn.wordpress.org/trunk@49553 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Anthony Burchell 2020-11-09 23:32:21 +00:00
parent 6411c0953c
commit 98a0e0eeed

View File

@ -201,6 +201,14 @@
display: block;
}
#html-upload-ui #async-upload {
font-size: 1em;
}
#html-upload-ui #async-upload {
font-size: 13px;
}
.media-upload-form .media-item.error,
.media-upload-form .media-item .error {
width: auto;