Skip to content

Commit a0f4188

Browse files
committed
MC-5079: Add Box Sizing to Storefront Styles (Border & Height Storefront Issues)
- add box sizing for video, since max-width can be set by user
1 parent bb1e502 commit a0f4188

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/video

1 file changed

+3
-0
lines changed

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

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

1010
div[data-role='video'] {
11+
.pagebuilder-video-wrapper {
12+
box-sizing: border-box;
13+
}
1114
.pagebuilder-video-wrapper,
1215
.pagebuilder-video-container {
1316
display: inline-block;

0 commit comments

Comments
 (0)