Skip to content

Commit ab3baeb

Browse files
committed
Added changes for AC-14280
1 parent 9e7230b commit ab3baeb

File tree

1 file changed

+7
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main

1 file changed

+7
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/_actions-bar.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
padding: @page-main-actions__padding;
2525
}
2626

27+
.actions-scrollable {
28+
.page-actions {
29+
display: flex;
30+
overflow-x: auto;
31+
}
32+
}
33+
2734
.page-main-actions {
2835
display: flex;
2936
margin: 0 0 @indent__l;

0 commit comments

Comments
 (0)