Merge pull request #928 from batuhawk/master

Api key create responsive problem fixed
This commit is contained in:
Batuhan Baş
2019-11-19 14:25:05 +03:00
committed by GitHub

View File

@ -14,6 +14,7 @@
]) !!}
<div class="card-body">
<div class="row">
<div class="col-md-12">
<div class="form-group required {{ $errors->has('api_key') ? 'has-error' : ''}}">
{!! Form::label('api_key', trans('modules.api_key'), ['class' => 'form-control-label']) !!}
@ -33,9 +34,10 @@
</p>
</div>
</div>
</div>
<div class="card-footer">
<div class="float-right">
<div class="row float-right">
{{ Form::saveButtons('apps/home') }}
</div>
</div>