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 957b748 commit 9c45c2aCopy full SHA for 9c45c2a
resources/views/tailwind/includes/sorting-pills.blade.php
@@ -1,6 +1,6 @@
1
<div>
2
@if ($showSorting && count($sorts))
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 Sorting'):</small>
5
6
@foreach($sorts as $col => $dir)
0 commit comments