Skip to content

Commit 0d9396a

Browse files
committed
#426: Minimum Advertised Price Does Not Work in Page Builder - Changed selectors order
1 parent 1b59438 commit 0d9396a

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@
9494
.map-old-price {
9595
display: inline-block;
9696

97-
.price-wrapper {
98-
text-decoration: line-through;
99-
}
100-
10197
&:not(:last-child) {
10298
margin-right: @indent__s;
10399
}
100+
101+
.price-wrapper {
102+
text-decoration: line-through;
103+
}
104104
}
105105

106106
.map-fallback-price {

0 commit comments

Comments
 (0)