update styles on shop location
This commit is contained in:
parent
f558a2a50e
commit
cc0ae31db0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="shop-location">
|
<div id="shop-location">
|
||||||
<textBlock :customText="questionText" typeStyle="button-question" />
|
<textBlock :customText="questionText" typeStyle="button-question" class="mb-2" />
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<label v-for="addressItem in addressDetails" :key="addressItem">
|
<label v-for="addressItem in addressDetails" :key="addressItem">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue