CLEANUP remove extraneous containers and rows and columns

This commit is contained in:
2021-01-02 18:34:49 +00:00
parent bfafba6c69
commit ee4fb103de
13 changed files with 65 additions and 110 deletions

View File

@@ -1,5 +1,5 @@
<template>
<v-container fluid>
<div>
<v-row justify="center">
<v-dialog v-model="testDialog" persistent max-width="600px">
<v-card>
@@ -7,18 +7,12 @@
<span class="headline">{{ $ay.t("TestSMTPSettings") }}</span>
</v-card-title>
<v-card-text>
<v-container>
<v-row>
<v-col cols="12">
<v-text-field
v-model="testAddress"
:label="$ay.t('TestToAddress')"
required
hint="test_send_to@example.com"
></v-text-field>
</v-col>
</v-row>
</v-container>
<v-text-field
v-model="testAddress"
:label="$ay.t('TestToAddress')"
required
hint="test_send_to@example.com"
></v-text-field>
</v-card-text>
<v-card-actions>
<v-spacer></v-spacer>
@@ -159,7 +153,7 @@
</v-form>
</v-col>
</v-row>
</v-container>
</div>
</template>
<script>