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 75a9c30 commit 957b748Copy full SHA for 957b748
resources/views/tailwind/includes/filter-pills.blade.php
@@ -1,6 +1,6 @@
1
<div>
2
@if ($showFilters && count($this->getFiltersWithoutSearch()))
3
- <div class="mb-4 p-6 md:p-0">
+ <div class="md:mb-4 px-6 py-2 md:p-0">
4
<small class="text-gray-700 dark:text-white">@lang('Applied Filters'):</small>
5
6
@foreach($filters as $key => $value)
0 commit comments