Media: Fix buttons group layout for Internet Explorer 11 after [45499].

Props sabernhardt, afercia.
See #47122.
Fixes #48087.


git-svn-id: https://develop.svn.wordpress.org/trunk@46237 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-09-23 09:59:15 +00:00
parent 21030b6b21
commit c9a2fde66e

View File

@ -2162,6 +2162,11 @@
line-height: 1.1; line-height: 1.1;
} }
/* Buttons group in IE 11. */
.image-details .embed-media-settings .setting .button-group {
width: auto;
}
.media-embed-sidebar { .media-embed-sidebar {
position: absolute; position: absolute;
top: 0; top: 0;