diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index a6953b5b..09ccf253 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -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;