From b5dbb1aebf1a22ae13dbddce08b1b6d3ff09e5eb Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 18 Oct 2023 16:20:11 -0400 Subject: [PATCH 01/10] CSR-1711 fix spacing issues. --- .../checkbox-question/checkbox-question.vue | 6 +++--- .../textbox-question/textbox-question.vue | 2 +- src/fmg-components/vehicle-banner/vehicle-banner.vue | 2 +- src/layouts/customer-details/customer-details.vue | 2 +- src/layouts/schedule/location-alerts/location-alerts.vue | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/digital-components/checkbox-question/checkbox-question.vue b/src/digital-components/checkbox-question/checkbox-question.vue index 50245d025..f117b0b57 100644 --- a/src/digital-components/checkbox-question/checkbox-question.vue +++ b/src/digital-components/checkbox-question/checkbox-question.vue @@ -1,16 +1,16 @@ diff --git a/src/layouts/customer-details/customer-details.vue b/src/layouts/customer-details/customer-details.vue index 6e5fc0f09..cd6cc17b0 100644 --- a/src/layouts/customer-details/customer-details.vue +++ b/src/layouts/customer-details/customer-details.vue @@ -8,7 +8,7 @@
- + From f4582c221c1c073fa52298a8983376f96176834b Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 18 Oct 2023 16:32:32 -0400 Subject: [PATCH 02/10] Format code. --- .../checkbox-question/checkbox-question.vue | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/digital-components/checkbox-question/checkbox-question.vue b/src/digital-components/checkbox-question/checkbox-question.vue index f117b0b57..6d3777210 100644 --- a/src/digital-components/checkbox-question/checkbox-question.vue +++ b/src/digital-components/checkbox-question/checkbox-question.vue @@ -1,16 +1,18 @@