Skip to content

Commit be9b830

Browse files
author
Hwashiang Yu
committed
MC-4278: Hard Coded Padding On Button Groups & On Text
- Removed hard coded paddings on buttons and text
1 parent e04033e commit be9b830

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

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

1010
.pagebuilder-buttons {
11-
padding: 10px;
12-
1311
.pagebuilder-content-type-wrapper {
1412
display: inline-block;
1513
vertical-align: middle;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
.pagebuilder-content-type.pagebuilder-text {
1111
border-width: 0;
1212
min-height: 70px;
13-
padding: 5px;
1413

1514
ol {
1615
list-style: decimal;

0 commit comments

Comments
 (0)