Skip to content

Commit ac8d31d

Browse files
committed
Fix login form width
1 parent b92376f commit ac8d31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/auth/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@endsection
1111

1212
@section('content')
13-
<div class="col-md-6">
13+
<div class="col-md-8">
1414
<form action="/auth/login" method="POST" id="login-form">
1515
<legend>{{ trans('strings.login') }}</legend>
1616
<fieldset>

0 commit comments

Comments
 (0)