Skip to content

Commit 7f2a805

Browse files
committed
Fixed form layout for SAML
1 parent 9d08e2d commit 7f2a805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/settings/saml.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</style>
2222

2323

24-
<form method="POST" action="{{ route('settings.saml.save') }}" accept-charset="UTF-8" autocomplete="false" class="form-horizontal" role="form">
24+
<form method="POST" action="{{ route('settings.saml.save') }}" accept-charset="UTF-8" autocomplete="false" role="form">
2525
<!-- CSRF Token -->
2626
{{csrf_field()}}
2727

@@ -49,7 +49,7 @@
4949
<div class="control-label col-md-3">
5050
<strong>{{ trans('admin/settings/general.saml_integration') }}</strong>
5151
</div>
52-
<div class="col-md-9">
52+
<div class="col-md-8">
5353

5454
<label class="form-control{{ config('app.lock_passwords') === true ? ' form-control--disabled': '' }}">
5555
<input type="checkbox" name="saml_enabled" value="1" @checked(old('saml_enabled', $setting->saml_enabled)) @disabled(config('app.lock_passwords')) @class(['disabled' => config('app.lock_passwords')])/>

0 commit comments

Comments
 (0)