Skip to content

Commit 9f529c3

Browse files
committed
MC-4254: Text Height Inconsistency On Stage & Storefront
- fix lint errors from code merge
1 parent 9dbfb7f commit 9f529c3

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/view

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
overflow: auto;
2727

2828
+ .placeholder-text {
29-
left: 0;
3029
height: 0;
30+
left: 0;
3131
line-height: 0;
3232
pointer-events: none;
3333
position: relative;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.block {
1212
p:last-child {
1313
margin-bottom: 1rem;
14-
margin-top: 0rem;
14+
margin-top: 0;
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)