Skip to content

Commit 519ecfd

Browse files
committed
fix styles
1 parent a071b28 commit 519ecfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/components/TwoFactorRecoveryCodes.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ onMounted(async () => {
3939
</script>
4040

4141
<template>
42-
<Card>
42+
<Card class="w-full">
4343
<CardHeader>
4444
<CardTitle class="flex gap-3">
4545
<LockKeyhole class="size-4" />2FA Recovery Codes
@@ -87,7 +87,7 @@ onMounted(async () => {
8787
: 'h-0 opacity-0',
8888
]"
8989
>
90-
<div v-if="errors?.length" class="mt-3">
90+
<div v-if="errors?.length" class="mt-6">
9191
<AlertError :errors="errors" />
9292
</div>
9393
<div v-else class="mt-3 space-y-3">

0 commit comments

Comments
 (0)