left align date of loss in iOS
This commit is contained in:
parent
d7d9233f15
commit
984b3c6e02
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue