Skip to content

Commit 7d87c0e

Browse files
author
Stanislav Idolov
authored
ENGCOM-1278: [Backport] Checkout page - Fix tooltip position on mobile devices #14680
2 parents 8b22c7e + c04d421 commit 7d87c0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -1232,7 +1232,7 @@
12321232
}
12331233
}
12341234

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@
16731673
}
16741674
}
16751675

1676-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = (@screen__m + 1)) {
1676+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
16771677
.abs-checkout-tooltip-content-position-top-mobile {
16781678
@abs-checkout-tooltip-content-position-top();
16791679
}

0 commit comments

Comments
 (0)