Skip to content

Commit 6c73219

Browse files
committed
Merge remote-tracking branch 'origin/AC-14280' into spartans_pr_21042025
2 parents 00e13dc + 02fd91d commit 6c73219

File tree

1 file changed

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

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// /**
2-
// * Copyright © Magento, Inc. All rights reserved.
3-
// * See COPYING.txt for license details.
2+
// * Copyright 2014 Adobe
3+
// * All Rights Reserved.
44
// */
55

66
//
@@ -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)