From 0e31a589aba544b0782568f9657dbf2d33c2a306 Mon Sep 17 00:00:00 2001 From: Kroell Date: Wed, 26 Apr 2023 14:27:46 -0400 Subject: [PATCH] fix spacing on service-location --- src/layouts/service-location/service-location.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index f5652c18..b40a01d9 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -28,7 +28,8 @@ buttonTypeString="listCard" isRequired v-model="selectedAppointmentType" - validationRules="selection-required"/> + validationRules="selection-required" + class="service-location-button-question"/>
@@ -224,7 +225,6 @@ export default { .page-container-grouped-styles { overflow: auto; } - .modal-open { .page-container-grouped-styles { overflow: hidden; @@ -266,4 +266,9 @@ export default { padding-left: 0rem !important; } } +.service-location-button-question { + .question-text { + margin-top: 1.5rem; + } +}