Skip to content

Commit

Permalink
Update CSS to increase width of form inputs for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
natthaphong1939 committed Sep 11, 2024
1 parent b107068 commit 7c75746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ a {
padding: 0.5rem;
border: 1px solid #ccc;
border-radius: 4px;
width: 250px;
width: 300px;
}

.form-group select {
Expand Down

0 comments on commit 7c75746

Please sign in to comment.