Skip to content

Commit

Permalink
Update indicators.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
archilex committed Aug 17, 2023
1 parent 1c08b1f commit 4231afe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<div
{{ $attributes->class(['fi-ta-filter-indicators flex items-start justify-between gap-x-3 bg-gray-50 px-3 py-1.5 dark:bg-white/5 sm:px-6']) }}
>
<div class="flex flex-col gap-x-3 gap-y-1 sm:flex-row sm:items-center">
<div class="flex flex-col gap-x-3 gap-y-1 sm:flex-row">
<span
class="text-sm font-medium leading-6 text-gray-700 dark:text-gray-200"
class="text-sm font-medium leading-6 text-gray-700 whitespace-nowrap dark:text-gray-200"
>
{{ __('filament-tables::table.filters.indicator') }}
</span>
Expand Down

0 comments on commit 4231afe

Please sign in to comment.