Skip to content

Commit

Permalink
fix(Select): calculate tick size from content (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Aug 18, 2022
1 parent c338449 commit f40144e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ $xl-hor-padding: '12px';
}

&__tick-icon {
box-sizing: content-box;
flex: 0 0 16px;
margin-left: auto;
visibility: hidden;
Expand Down

0 comments on commit f40144e

Please sign in to comment.