Skip to content

Commit d3f68d7

Browse files
MAGETWO-65216: Update analytics dashboard button position
- Fix button position for large screen
1 parent 2bf8afd commit d3f68d7

File tree

1 file changed

+5
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Analytics/web/css/source

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,13 @@
3636
}
3737

3838
.dashboard-advanced-reports-actions {
39+
.lib-vendor-prefix-flex-basis(auto);
40+
.lib-vendor-prefix-flex-grow(1);
41+
.lib-vendor-prefix-flex-shrink(1);
3942
align-self: center;
4043
margin-left: @indent__m;
44+
margin-right: @page-main-actions__padding;
45+
text-align: right;
4146
}
4247

4348
.action-advanced-reports {

0 commit comments

Comments
 (0)