Fixed spacing

This commit is contained in:
snipe
2026-01-23 19:09:48 +00:00
parent 2151595b45
commit 34fe64b27c
+1 -2
View File
@@ -6,10 +6,9 @@
<div id="{{ $name }}" {{ $attributes->merge(['class' => 'tab-pane fade']) }} style="min-height: 400px !important;">
@if (isset($header))
<h2 class="box-title{{ (!isset($bulkactions)) ? 'pull-left' : '' }}">
<h2 class="box-title{{ (!isset($bulkactions)) ? ' pull-left' : '' }}">
{{ $header }}
</h2>
@endif
@if (isset($bulkactions))