Skip to content

Commit fbe3a88

Browse files
committed
MC-15812: 5px of Empty Space On Bottom of Video Content Type
- remove line-height affecting height
1 parent 5f5f850 commit fbe3a88

File tree

2 files changed

+4
-0
lines changed
  • app/code/Magento/PageBuilder/view

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
div[data-content-type='video'],
2424
.pagebuilder-video {
25+
line-height: 0;
26+
2527
.pagebuilder-video-inner {
2628
box-sizing: border-box;
2729
display: inline-block;

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

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

1010
div[data-content-type='video'] {
11+
line-height: 0;
12+
1113
.pagebuilder-video-inner {
1214
box-sizing: border-box;
1315
display: inline-block;

0 commit comments

Comments
 (0)