Skip to content

Commit 7c17092

Browse files
authored
Merge pull request #513 from Git-Harshit/chips-input-width-patch
Updates input width in _chips.scss sass component
2 parents 601b7c1 + e194daa commit 7c17092

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sass/components/_chips.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
margin: 0;
110110
padding: 0;
111111
width: 120px;
112+
width: fit-content;
113+
min-width: 100px;
114+
max-width: 200px;
112115

113116

114117
&:focus {

0 commit comments

Comments
 (0)