mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 18:42:31 +01:00
Fix login form width
This commit is contained in:
parent
b92376ff47
commit
ac8d31d6d6
@ -10,7 +10,7 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="col-md-6">
|
<div class="col-md-8">
|
||||||
<form action="/auth/login" method="POST" id="login-form">
|
<form action="/auth/login" method="POST" id="login-form">
|
||||||
<legend>{{ trans('strings.login') }}</legend>
|
<legend>{{ trans('strings.login') }}</legend>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
Loading…
Reference in New Issue
Block a user