Skip to content

Commit ccc8775

Browse files
committed
MC-4278: Hard Coded Padding On Button Groups & On Text
Fix static alphabetization failure
1 parent 64d5ad3 commit ccc8775

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/buttons

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/buttons/_default.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
.pagebuilder-buttons {
1111
.pagebuilder-content-type-wrapper {
1212
display: inline-block;
13+
max-width: 100%;
1314
vertical-align: middle;
1415
width: initial;
15-
max-width: 100%;
1616
}
1717

1818
> .element-children {

0 commit comments

Comments
 (0)