Skip to content

Commit d6a3f9b

Browse files
author
Hwashiang Yu
committed
MC-3708: Buttons stretch outside of parent tab on strorefront
- Updated frontend style to contain button in parent container
1 parent a85dbfb commit d6a3f9b

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/_import.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// _____________________________________________
99

1010
@import 'banner/_import.less';
11+
@import 'buttons/_import.less';
1112
@import 'button-item/_import.less';
1213
@import 'column/_import.less';
1314
@import 'column-group/_import.less';
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// /**
2+
// * Copyright © Magento, Inc. All rights reserved.
3+
// * See COPYING.txt for license details.
4+
// */
5+
6+
//
7+
// Default appearance styles
8+
// _____________________________________________
9+
10+
[data-role='buttons'] {
11+
max-width: 100%;
12+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// /**
2+
// * Copyright © Magento, Inc. All rights reserved.
3+
// * See COPYING.txt for license details.
4+
// */
5+
6+
//
7+
// _import imports all appearance less files
8+
// _____________________________________________
9+
10+
@import './_default.less';

0 commit comments

Comments
 (0)