fix(Contact): first and second line full width
This commit is contained in:
parent
6b3f96c196
commit
031e94f3a9
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue