Skip to content

Commit f736ff4

Browse files
committed
MC-15812: 5px of Empty Space On Bottom of Video Content Type
- fix empty video height
1 parent fd31b1a commit f736ff4

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/video/_default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
div[data-content-type='video'],
2424
.pagebuilder-video {
25-
line-height: 0;
25+
font-size: 0;
2626

2727
.pagebuilder-video-inner {
2828
box-sizing: border-box;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// _____________________________________________
99

1010
div[data-content-type='video'] {
11-
line-height: 0;
11+
font-size: 0;
1212

1313
.pagebuilder-video-inner {
1414
box-sizing: border-box;

0 commit comments

Comments
 (0)