Skip to content

Commit a1959f6

Browse files
author
Raul E Watson
committed
#895 Fix for Media Gallery buttons are shifted to the left
1 parent 33f1535 commit a1959f6

File tree

2 files changed

+4
-13
lines changed
  • app
    • code/Magento/MediaGallery/view/adminhtml/web/css/source
    • design/adminhtml/Magento/backend/Magento_Cms/web/css/source

2 files changed

+4
-13
lines changed

app/code/Magento/MediaGallery/view/adminhtml/web/css/source/_module.less

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/design/adminhtml/Magento/backend/Magento_Cms/web/css/source/_module.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
.media-gallery-modal {
77
.page-main-actions {
88
margin-bottom: 3rem;
9+
10+
.page-action-buttons {
11+
text-align: right;
12+
}
913
}
1014

1115
.new_folder {

0 commit comments

Comments
 (0)