Media: Fix buttons group layout for Internet Explorer 11 after [45499].
Props sabernhardt, afercia. See #47122. Fixes #48087. Built from https://develop.svn.wordpress.org/trunk@46237 git-svn-id: http://core.svn.wordpress.org/trunk@46049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b38b3de275
commit
317ceae1ea
|
@ -2162,6 +2162,11 @@
|
|||
line-height: 1.1;
|
||||
}
|
||||
|
||||
/* Buttons group in IE 11. */
|
||||
.image-details .embed-media-settings .setting .button-group {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.media-embed-sidebar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2162,6 +2162,11 @@
|
|||
line-height: 1.1;
|
||||
}
|
||||
|
||||
/* Buttons group in IE 11. */
|
||||
.image-details .embed-media-settings .setting .button-group {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.media-embed-sidebar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-46236';
|
||||
$wp_version = '5.3-alpha-46237';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue