left align date of loss in iOS

This commit is contained in:
Katie Kroell 2024-05-20 09:45:04 -04:00
parent d7d9233f15
commit 984b3c6e02

View file

@ -275,6 +275,10 @@ input[type='date']::-webkit-calendar-picker-indicator {
min-width: 48px;
}
input::-webkit-date-and-time-value {
text-align: left !important;
}
.textbox-question {
label {
color: $black;