Media: Fix the media modal "Insert from URL" field height after [46356].
See #47477. Built from https://develop.svn.wordpress.org/trunk@46362 git-svn-id: http://core.svn.wordpress.org/trunk@46161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
82b673d043
commit
e534fdf5aa
|
@ -1900,6 +1900,7 @@
|
||||||
|
|
||||||
.media-frame .embed-url input {
|
.media-frame .embed-url input {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
line-height: 1.22222222; /* 22px */
|
||||||
padding: 12px 14px 12px 40px; /* right padding to leave room for the spinner */
|
padding: 12px 14px 12px 40px; /* right padding to leave room for the spinner */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1900,6 +1900,7 @@
|
||||||
|
|
||||||
.media-frame .embed-url input {
|
.media-frame .embed-url input {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
line-height: 1.22222222; /* 22px */
|
||||||
padding: 12px 40px 12px 14px; /* right padding to leave room for the spinner */
|
padding: 12px 40px 12px 14px; /* right padding to leave room for the spinner */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-beta1-46361';
|
$wp_version = '5.3-beta1-46362';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue