Media: Fix the media modal "Insert from URL" field height after [46356].

See #47477.


git-svn-id: https://develop.svn.wordpress.org/trunk@46362 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-09-30 19:19:06 +00:00
parent dc07c1f52f
commit da73b95dd9

View File

@ -1900,6 +1900,7 @@
.media-frame .embed-url input {
font-size: 18px;
line-height: 1.22222222; /* 22px */
padding: 12px 40px 12px 14px; /* right padding to leave room for the spinner */
width: 100%;
min-width: 200px;