Skip to content

Commit

Permalink
fix: Chips container needs to be 100 width to make large chips to shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
TatuLund authored Sep 24, 2024
1 parent 723b59c commit be3b858
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const multiSelectComboBox = css`
#chips {
display: flex;
align-items: center;
width: 100%;
}
::slotted(input) {
Expand Down

0 comments on commit be3b858

Please sign in to comment.