Skip to content

Commit 2cacd7a

Browse files
authored
fix(TextField): fix min width (#2300)
1 parent df4e59e commit 2cacd7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/components/TextField/TextField.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
.input {
99
flex-grow: 1;
10+
min-width: 0;
1011

1112
@include formControl.formControl();
1213

0 commit comments

Comments
 (0)