Skip to content

Commit

Permalink
Merge pull request #38 from thedevdojo/loginLayoutFix
Browse files Browse the repository at this point in the history
Adding quick update so the login shows the full width and height
  • Loading branch information
tnylea authored Jun 15, 2024
2 parents 94cbf12 + 63539d8 commit 2cce84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function authenticate()
<x-auth::layouts.app title="{{ config('devdojo.auth.language.login.page_title') }}">
<div class="relative w-full h-full">
@volt('auth.login')
<div class="relative w-full">
<div class="relative w-full h-full">
<x-auth::elements.container>

<x-auth::elements.heading
Expand Down

0 comments on commit 2cce84f

Please sign in to comment.