From 29b9e5cb8aeca023efb8b3ddfc5515717b9017be Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Tue, 25 Jun 2024 19:11:21 +0530 Subject: [PATCH] Improved: position of distance label in the pickup modal and also improved indentation --- src/views/PickupLocationModal.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/PickupLocationModal.vue b/src/views/PickupLocationModal.vue index 35301531..54fced91 100644 --- a/src/views/PickupLocationModal.vue +++ b/src/views/PickupLocationModal.vue @@ -29,13 +29,13 @@ - - {{ store.facilityName }} -

{{ store.address1 }}

-

{{ store.city }}{{ store.city && store.state ? ", " : "" }}{{ store.state }}

-
- - {{ store.distance }} {{ $t("mi") }} + + {{ store.facilityName }} +

{{ store.address1 }}

+

{{ store.city }}{{ store.city && store.state ? ", " : "" }}{{ store.state }}

+
+ + {{ store.distance }} {{ $t("mi") }}
@@ -248,6 +248,7 @@ export default defineComponent({ ion-radio::part(label) { display: flex; justify-content: space-between; + align-items: center; width: 100% } \ No newline at end of file