Skip to content

Commit f66fd2d

Browse files
committed
Checkout page - Fix tooltip position on mobile devices
1 parent a2f6a08 commit f66fd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/design/frontend/Magento/blank/web/css/source/_extends.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@
12331233
}
12341234
}
12351235

1236-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = (@screen__m + 1)) {
1236+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
12371237
.abs-checkout-tooltip-content-position-top-mobile {
12381238
@abs-checkout-tooltip-content-position-top();
12391239
}

0 commit comments

Comments
 (0)