Skip to content

Commit 4192ff3

Browse files
author
Raul E Watson
committed
#895 Fix for Media Gallery buttons are shifted to the left
1 parent 199d7c2 commit 4192ff3

File tree

1 file changed

+13
-0
lines changed
  • app/code/Magento/MediaGallery/view/adminhtml/web/css/source

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
.modal-slide {
6+
.media-gallery-modal {
7+
.page-main-actions {
8+
.page-action-buttons{
9+
text-align: right;
10+
}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)