Skip to content

Commit f807b2e

Browse files
committed
Merge remote-tracking branch 'github-magento2ce/MAGETWO-91636' into EPAM-PR-18
2 parents 342c62b + 03e8408 commit f807b2e

File tree

1 file changed

+4
-1
lines changed
  • app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout

1 file changed

+4
-1
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_tooltip.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,12 @@
137137
}
138138
}
139139

140-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
140+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break >= @screen__m) {
141141
.field-tooltip {
142142
.field-tooltip-content {
143+
.lib-css(right, @checkout-tooltip-content-mobile__right);
144+
.lib-css(top, @checkout-tooltip-content-mobile__top);
145+
left: auto;
143146
&:extend(.abs-checkout-tooltip-content-position-top-mobile all);
144147
}
145148
}

0 commit comments

Comments
 (0)