From 119df6523029bf64960528445836670e419f7f64 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 8 Aug 2025 10:49:01 -0400 Subject: [PATCH] CASH-1319 misc UI bug fixes. --- public/css/hop-styling.css | 2 +- public/scss/hop-styling.scss | 2 +- .../dropdown-question/dropdown-question.vue | 2 +- src/fmg-components/funnel-header/funnel-header.vue | 1 - src/layouts/schedule/schedule.vue | 2 +- src/layouts/vehicle-damage/vehicle-damage.vue | 9 ++++++--- src/layouts/vehicle/vehicle.vue | 2 +- .../vin-lookup/vin-information/vin-information.vue | 4 ++++ 8 files changed, 15 insertions(+), 9 deletions(-) diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css index 0318d52ff..0bcbd21a2 100644 --- a/public/css/hop-styling.css +++ b/public/css/hop-styling.css @@ -37,7 +37,7 @@ body .headerlinecontainer .headerline1 { line-height: 32px; font-weight: 400; margin: 24px 0; - text-align: center; + text-align: left; } body input, body select { diff --git a/public/scss/hop-styling.scss b/public/scss/hop-styling.scss index aae9913e2..b8d198fb8 100644 --- a/public/scss/hop-styling.scss +++ b/public/scss/hop-styling.scss @@ -44,7 +44,7 @@ body { line-height: 32px; font-weight: 400; margin: 24px 0; - text-align: center; + text-align: left; } } diff --git a/src/digital-components/dropdown-question/dropdown-question.vue b/src/digital-components/dropdown-question/dropdown-question.vue index bb55e61ec..f678e6953 100644 --- a/src/digital-components/dropdown-question/dropdown-question.vue +++ b/src/digital-components/dropdown-question/dropdown-question.vue @@ -19,7 +19,7 @@ :validationRules="validationRules" :placeHolderText="placeHolderText" :valueAsKey="valueAsKey"> - +