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:
parent
21030b6b21
commit
c9a2fde66e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user