Skip to content

Commit

Permalink
fix: prevent menu icons shrink on resize
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 9, 2020
1 parent 7259f8f commit b4f457c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/modules/menu/menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $menubar-text-padding: 0 $menu-item-spacing;
align-items: center;
justify-content: center;
position: relative;
flex-shrink: 0;

&:hover {
background-color: $menu-item-hover-bg-color;
Expand Down Expand Up @@ -82,6 +83,7 @@ $menubar-text-padding: 0 $menu-item-spacing;
position: relative;
display: flex;
align-items: center;
flex-shrink: 0;

&:hover {
background-color: $dropdown-menu-hover-bg-color;
Expand Down

0 comments on commit b4f457c

Please sign in to comment.