Skip to content

Commit 6c3ff80

Browse files
ENGCOM-1074: Backport: Fix for broken navigation menu on IE11 #14230 #14332
- Merge Pull Request #14332 from sergiy-v/magento2:feature/2.1-fix-navigation-menu-on-ie11 - Merged commits: 1. acd6edd
2 parents ca240ab + acd6edd commit 6c3ff80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web/css/source/lib/_navigation.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@
324324
.lib-css(text-decoration, @_nav-level0-item-text-decoration);
325325
box-sizing: border-box;
326326
position: relative;
327+
display: inline-block;
327328

328329
&:hover, &.ui-state-focus {
329330
.lib-css(background, @_nav-level0-item-background-color-hover);

0 commit comments

Comments
 (0)