Skip to content

Commit cf3433d

Browse files
committed
MAGETWO-96389: Incorrect product displaying on storefront in IE11
1 parent 8f6eeb8 commit cf3433d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

app/design/frontend/Magento/blank/Magento_Theme/web/css/source/_module.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,6 @@
296296
box-sizing: border-box;
297297
width: 100%;
298298
}
299-
300-
.ie11 & {
301-
height: 100%;
302-
}
303299
}
304300

305301
.navigation ul {

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,6 @@
627627
box-sizing: border-box;
628628
width: 100%;
629629
}
630-
631-
.ie11 & {
632-
height: 100%;
633-
}
634630
}
635631

636632
.page-footer {

0 commit comments

Comments
 (0)