Skip to content

Commit 9c45c2a

Browse files
authored
Update sorting-pills.blade.php
1 parent 957b748 commit 9c45c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tailwind/includes/sorting-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 ($showSorting && count($sorts))
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 Sorting'):</small>
55

66
@foreach($sorts as $col => $dir)

0 commit comments

Comments
 (0)