From f9bcbe0d15d19e8c025c95e63ff1dfc754c00016 Mon Sep 17 00:00:00 2001 From: Ben Altair Date: Mon, 26 Apr 2021 10:51:21 -0700 Subject: [PATCH] Fix #50 by adding `min-width` styling to day selection --- styles/components/registrationForm.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/components/registrationForm.less b/styles/components/registrationForm.less index dfbbd17..35b61db 100644 --- a/styles/components/registrationForm.less +++ b/styles/components/registrationForm.less @@ -132,4 +132,8 @@ fieldset { label.required::after { content: " *"; +} + +select.form-control[name*=Day] { + min-width: 8ch; } \ No newline at end of file