From 984b3c6e02536a0b6073441a77685188a3a9815f Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Mon, 20 May 2024 09:45:04 -0400 Subject: [PATCH] left align date of loss in iOS --- src/digital-components/textbox-question/textbox-question.vue | 4 ++++ 1 file changed, 4 insertions(+) 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;