Skip to content

Commit e2f67e5

Browse files
committed
MC-4254: Text Height Inconsistency On Stage & Storefront
- fix styling errors from bad merge
1 parent 9f529c3 commit e2f67e5

File tree

1 file changed

+2
-4
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/text

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@
2626
overflow: auto;
2727

2828
+ .placeholder-text {
29-
height: 0;
3029
left: 0;
31-
line-height: 0;
3230
pointer-events: none;
33-
position: relative;
34-
top: -50px;
31+
position: absolute;
32+
top: 0;
3533
}
3634

3735
img {

0 commit comments

Comments
 (0)