Skip to content

Commit 957b748

Browse files
authored
Update filter-pills.blade.php
1 parent 75a9c30 commit 957b748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tailwind/includes/filter-pills.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div>
22
@if ($showFilters && count($this->getFiltersWithoutSearch()))
3-
<div class="mb-4 p-6 md:p-0">
3+
<div class="md:mb-4 px-6 py-2 md:p-0">
44
<small class="text-gray-700 dark:text-white">@lang('Applied Filters'):</small>
55

66
@foreach($filters as $key => $value)

0 commit comments

Comments
 (0)