mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Adjust margin on custom report page
This commit is contained in:
parent
e5792fd415
commit
7a5faa9619
|
@ -14,7 +14,7 @@
|
|||
@section('content')
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<div class="col-md-8 col-md-offset-1">
|
||||
|
||||
{{ Form::open(['method' => 'post', 'class' => 'form-horizontal', 'id' => 'custom-report-form']) }}
|
||||
{{csrf_field()}}
|
||||
|
|
Loading…
Reference in a new issue