Skip to content

Commit

Permalink
Fix #50 by adding min-width styling to day selection
Browse files Browse the repository at this point in the history
  • Loading branch information
benaltair committed Apr 26, 2021
1 parent 805f771 commit f9bcbe0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/components/registrationForm.less
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,8 @@ fieldset {

label.required::after {
content: " *";
}

select.form-control[name*=Day] {
min-width: 8ch;
}

0 comments on commit f9bcbe0

Please sign in to comment.