Skip to content

Commit

Permalink
Merge pull request #403 from traPtitech/fix/formInput
Browse files Browse the repository at this point in the history
formInput のボタンがはみ出ているのを修正
  • Loading branch information
Oxojo authored Dec 14, 2024
2 parents d12632e + ecec7d9 commit c9bb317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/UI/FormInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const handleInput = (event: Event) => {
}
.input {
flex-grow: 1;
min-width: 0;
&::placeholder {
color: $color-secondary;
}
Expand Down

0 comments on commit c9bb317

Please sign in to comment.