Skip to content

Commit

Permalink
fix(menu): expand arrow container should center its icon
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jan 4, 2022
1 parent 1982304 commit 5895f6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/default/scss/menu/_layout.scss
Expand Up @@ -65,6 +65,10 @@
.k-menu-expand-arrow {
margin-left: $icon-spacing;
margin-right: -$icon-spacing;
display: inline-flex;
flex-flow: row wrap;
align-items: center;
flex: none;
position: relative;
}
.k-menu-expand-arrow.k-i-arrow-60-left,
Expand Down

0 comments on commit 5895f6f

Please sign in to comment.