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