We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0242a4e commit 688777bCopy full SHA for 688777b
resources/views/bootstrap-5/includes/filter-type-multiselect.blade.php
@@ -1,4 +1,4 @@
1
-<div class="form-check">
+<div class="form-check p-0">
2
<input
3
onclick="event.stopPropagation();"
4
type="checkbox"
@@ -9,7 +9,7 @@
9
<label class="form-check-label" for="filter-{{$key}}-select-all">@lang('All')</label>
10
</div>
11
@foreach($filter->options() as $optionKey => $value)
12
- <div class="form-check" wire:key="filter-{{ $key }}-multiselect-{{ $optionKey }}">
+ <div class="form-check p-0" wire:key="filter-{{ $key }}-multiselect-{{ $optionKey }}">
13
14
15
0 commit comments