Skip to content

Commit

Permalink
fix(menu-button): menu button arrow should be as large as split butto…
Browse files Browse the repository at this point in the history
…n arrow
  • Loading branch information
joneff committed Jan 17, 2022
1 parent 72ad38d commit b2f746e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/default/scss/button/_layout.scss
Expand Up @@ -72,15 +72,15 @@

// Button arrow
.k-button-arrow {
padding-left: $button-arrow-padding-y;
padding-right: $button-arrow-padding-y;
padding-left: $button-arrow-padding-x;
padding-right: $button-arrow-padding-x;
flex: none;
display: inline-flex;
align-items: center;
justify-content: center;
}
.k-button > .k-button-arrow {
margin-inline-start: -$button-padding-y;
margin-inline-start: -$button-arrow-padding-x;
margin-inline-end: -$button-padding-x;
}

Expand Down

0 comments on commit b2f746e

Please sign in to comment.