Commit e194daa
committed
fix: Update input width in '_chips.scss' component
This is a minor commit which updates the width of input field from fixed
121px to 'fit-content' type, overwritten wherever the browser is able to
render this property. Also, the optional min-width and max-width are set
to limit its size between a reasnable limit of 100px and 200px. With
this change, the input placeholder (if limited to under 200px) will not
get cropped, and it will also have a better fit into the input field.
Signed-off-by: Harshit Gupta <[email protected]>1 parent d74ac66 commit e194daa
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
0 commit comments