We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce830e commit dd896d0Copy full SHA for dd896d0
app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less
@@ -605,6 +605,19 @@
605
// _____________________________________________
606
607
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
608
+ .product-info-price {
609
+ margin: 0 -@indent__s 0;
610
+ width: ~'calc(100% + 2*@{indent__s})' !important;
611
+
612
+ > *:first-child {
613
+ padding-left: @indent__s;
614
+ }
615
616
+ > *:last-child {
617
+ padding-right: @indent__s;
618
619
620
621
.product.info.detailed {
622
.additional-attributes-wrapper {
623
&:extend(.abs-no-border-top all);
0 commit comments