Skip to content

Commit

Permalink
fixing the width of the chevron on Select
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyakir committed Jan 19, 2024
1 parent d29f0e1 commit 28b907f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/fui-select/fui-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
.fui-select-custom-chevron-container {
display: flex;
width: 34px;
flex-shrink: 0;
min-height: calc(var(--fui-control-height-md) - 2px);
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 28b907f

Please sign in to comment.