Skip to content

Commit c9bb317

Browse files
authored
Merge pull request #403 from traPtitech/fix/formInput
formInput のボタンがはみ出ているのを修正
2 parents d12632e + ecec7d9 commit c9bb317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/UI/FormInput.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const handleInput = (event: Event) => {
8888
}
8989
.input {
9090
flex-grow: 1;
91+
min-width: 0;
9192
&::placeholder {
9293
color: $color-secondary;
9394
}

0 commit comments

Comments
 (0)