Skip to content

Commit f0e95fa

Browse files
ENGCOM-1065: Fix for broken navigation menu on IE11 #14230
- Merge Pull Request #14230 from mediact/magento2:feature/fix-navigation-menu-on-ie11 - Merged commits: 1. 171a0a5 2. 60e7d26
2 parents 55885eb + 60e7d26 commit f0e95fa

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)