Skip to content

Commit 47e45b5

Browse files
author
Oleksii Korshenko
authored
MAGETWO-67454: Fix Login Popup broken on iPad portrait #6452
2 parents e1fed31 + 9229608 commit 47e45b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/design/frontend/Magento/blank/web/css/source/components/_modals_extend.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
@modal-popup-title__font-size: 26px;
1818
@modal-popup-title-mobile__font-size: @font-size__base;
19-
@modal-popup-breakpoint-screen__m: @screen__m + 1;
19+
@modal-popup-breakpoint-screen__m: @screen__m;
2020

2121
@modal-slide__first__indent-left: 44px;
2222
@modal-slide-mobile__background-color: @color-gray-light01;

app/design/frontend/Magento/luma/web/css/source/components/_modals_extend.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
@modal-popup-title__font-size: 26px;
1818
@modal-popup-title-mobile__font-size: @font-size__base;
19-
@modal-popup-breakpoint-screen__m: @screen__m + 1;
19+
@modal-popup-breakpoint-screen__m: @screen__m;
2020

2121
@modal-slide__first__indent-left: 44px;
2222
@modal-slide-mobile__background-color: @color-gray-light01;

lib/web/css/source/components/_modals.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
// _____________________________________________
249249

250250
// Mobile transform to modal-slide
251-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = (@screen__m + 1)) {
251+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
252252
.modal-popup {
253253
&.modal-slide {
254254
.lib-modal-slide();

0 commit comments

Comments
 (0)