Skip to content

Commit ef50367

Browse files
Raul E Watsonsivaschenko
Raul E Watson
authored andcommitted
#895 Fix for Media Gallery buttons are shifted to the left
1 parent 896dc33 commit ef50367

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)