Skip to content

Commit e582d3c

Browse files
committed
Merge branch 'master' of github.com:connorabbas/laravel-inertia-primevue into admin-role-dev
2 parents 25b95af + be32b7f commit e582d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/layouts/GuestAuthLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ApplicationLogo from '@/components/ApplicationLogo.vue';
1111
</div>
1212
<div
1313
v-if="$slots.message"
14-
class="w-full sm:max-w-lg mt-6 px-4 sm:px-0"
14+
class="w-full sm:max-w-lg mt-6"
1515
>
1616
<slot name="message" />
1717
</div>

0 commit comments

Comments
 (0)