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:
Andrew Ozz 2019-10-21 23:23:04 +00:00
parent 5013b45775
commit b37a2b5c3b
5 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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.