Skip to content

Commit

Permalink
Merge pull request #513 from Git-Harshit/chips-input-width-patch
Browse files Browse the repository at this point in the history
Updates input width in _chips.scss sass component
  • Loading branch information
wuda-io authored Nov 6, 2024
2 parents 601b7c1 + e194daa commit 7c17092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sass/components/_chips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
margin: 0;
padding: 0;
width: 120px;
width: fit-content;
min-width: 100px;
max-width: 200px;


&:focus {
Expand Down

0 comments on commit 7c17092

Please sign in to comment.