Skip to content

Commit baba259

Browse files
committed
fix(input): ff, input min width should be 0
#567
1 parent 2e27310 commit baba259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/input/input.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
display: block
192192
flex: 1
193193
width: 100%
194+
min-width: 0
194195
padding: 10px
195196
box-sizing: border-box
196197
color: $input-color

0 commit comments

Comments
 (0)