fix(Contact): first and second line full width

This commit is contained in:
Matthieu Bessat 2020-08-25 16:18:37 +02:00
parent 6b3f96c196
commit 031e94f3a9

View file

@ -146,13 +146,13 @@
Dans le cas ou votre association opère à plusieurs adresses, mettez celle qui est la plus importante selon vous ou ne renseignez pas d'adresse.
</p>
<v-row>
<v-col cols="12" sm="6" class="py-0">
<v-col cols="12" class="py-0">
<v-text-field
label="Première ligne"
v-model="firstLine"
:rules="rules.firstLine" />
</v-col>
<v-col cols="12" sm="6" class="py-0">
<v-col cols="12" class="py-0">
<v-text-field
label="Deuxième ligne"
v-model="secondLine"