Skip to content

Commit df496cf

Browse files
ENGCOM-1081: Port: Fix for broken navigation menu on IE11 #14230 #14329
- Merge Pull Request #14329 from sergiy-v/magento2:feature/2.3-fix-navigation-menu-on-ie11 - Merged commits: 1. f09aa13
2 parents cec4bf4 + f09aa13 commit df496cf

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)