Skip to content

Commit 3ab13d4

Browse files
committed
fix(NewAccount): Add missing margin
Signed-off-by: Marcel Klehr <[email protected]>
1 parent be0f61a commit 3ab13d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/ui/views/NewAccount.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,11 @@
464464
<div class="headline">
465465
{{ t('LabelAccountcreated') }} <v-icon>mdi-check</v-icon>
466466
</div>
467-
<div v-if="isBrowser">
468-
{{ t('DescriptionAccountcreated') }}
469-
</div>
467+
<v-form>
468+
<div v-if="isBrowser">
469+
{{ t('DescriptionAccountcreated') }}
470+
</div>
471+
</v-form>
470472
</v-stepper-content>
471473
</v-stepper-items>
472474
</v-stepper>

0 commit comments

Comments
 (0)