Skip to content

Commit ccbf7f8

Browse files
committed
MC-3870: Background does not conform to border radius for banner, image, contained row & video
Address CR feedback
1 parent 8407e1f commit ccbf7f8

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/image

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
width: 100%;
1313
}
1414

15-
[data-role="image"] {
15+
.pagebuilder-content-type [data-role='image'] {
1616
box-sizing: border-box;
1717
margin: 0;
1818

@@ -36,8 +36,8 @@
3636
}
3737

3838
.preview-image,
39-
[data-element="link"],
40-
[data-element="link"] img {
39+
[data-element='link'],
40+
[data-element='link'] img {
4141
border-radius: inherit;
4242
}
4343
}

0 commit comments

Comments
 (0)