Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Apr 24, 2020
1 parent d79203a commit 9d21ac9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions resources/views/filter/container.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<div class="card mb-0 {{ $expand ? '' : 'd-none' }} {{$containerClass}}" style="{{$border}};margin-top: 10px;">
<div class="card-header">
Search
</div>
<div class="card p-2 mb-0 {{ $expand ? '' : 'd-none' }} {{$containerClass}}" style="{{$border}};margin-top: 10px;">
<div class="card-body" style="{!! $style !!}" id="{{ $filterID }}">
<form action="{!! $action !!}" class="form-horizontal" pjax-container method="get">
<div class="row">
Expand Down

0 comments on commit 9d21ac9

Please sign in to comment.