From 3d23bdbabcb1ed2e71b6ec8be3a24c6aaf2a2fb6 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 16 Oct 2023 08:38:23 -0400 Subject: [PATCH] CSR-1593 set column width to control overly-wide components on larger screens. Change scroll to auto for modals to avoid ghost scrollbars when not needed. Center content on all screen sizes. --- src/digital-components/modal/modal.vue | 2 +- .../questions-page-layout.vue | 6 +++--- src/layouts/address-lookup/address-lookup.vue | 2 +- .../address-vehicles/address-vehicles.vue | 2 +- src/layouts/confirmation/confirmation.vue | 2 +- .../customer-details/customer-details.vue | 2 +- src/layouts/estimate/estimate.vue | 2 +- .../license-plate-lookup.vue | 2 +- src/layouts/payment-method/payment-method.vue | 2 +- src/layouts/quote/quote.vue | 2 +- src/layouts/schedule/schedule.vue | 2 +- .../service-location/service-location.vue | 8 ++++---- src/layouts/vehicle-damage/vehicle-damage.vue | 8 ++++---- src/layouts/vehicle-parts/vehicle-parts.vue | 4 ++-- src/layouts/vin-lookup/vin-lookup.vue | 2 +- src/styles/common-styles.scss | 18 ++++++++++++++++++ 16 files changed, 42 insertions(+), 24 deletions(-) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index e0353829c..413ca0369 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -179,7 +179,7 @@ export default { } } @include media-breakpoint-up(md) { - overflow: scroll; + overflow: auto; flex: none; } } diff --git a/src/fmg-components/layouts/questions-page-layout/questions-page-layout.vue b/src/fmg-components/layouts/questions-page-layout/questions-page-layout.vue index 73d810cc7..8fc382bf0 100644 --- a/src/fmg-components/layouts/questions-page-layout/questions-page-layout.vue +++ b/src/fmg-components/layouts/questions-page-layout/questions-page-layout.vue @@ -7,7 +7,7 @@ -
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/layouts/customer-details/customer-details.vue b/src/layouts/customer-details/customer-details.vue index 9568b2a13..6e5fc0f09 100644 --- a/src/layouts/customer-details/customer-details.vue +++ b/src/layouts/customer-details/customer-details.vue @@ -6,7 +6,7 @@
-
+
-
+
diff --git a/src/layouts/license-plate-lookup/license-plate-lookup.vue b/src/layouts/license-plate-lookup/license-plate-lookup.vue index ac167cae9..fc3756b6d 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup.vue @@ -6,7 +6,7 @@
-
+
-
+
-
+
-
+