Media: After [46237] add the same fix to the `.button-group` on the "Insert form URL" screen in the media modal.
Props afercia, sabernhardt. FIxes #48087. Built from https://develop.svn.wordpress.org/trunk@46567 git-svn-id: http://core.svn.wordpress.org/trunk@46364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5013b45775
commit
b37a2b5c3b
|
@ -2268,6 +2268,7 @@
|
|||
}
|
||||
|
||||
/* Buttons group in IE 11. */
|
||||
.media-frame .setting-group .button-group,
|
||||
.image-details .embed-media-settings .setting .button-group {
|
||||
width: auto;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2268,6 +2268,7 @@
|
|||
}
|
||||
|
||||
/* Buttons group in IE 11. */
|
||||
.media-frame .setting-group .button-group,
|
||||
.image-details .embed-media-settings .setting .button-group {
|
||||
width: auto;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-RC1-46566';
|
||||
$wp_version = '5.3-RC1-46567';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue