Skip to content

Commit

Permalink
Fix: action spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Dec 22, 2023
1 parent 66f7290 commit d12d6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/table-repeater.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
@endforeach
@if ($hasActions)
<th class="filament-table-repeater-header-column w-px ltr:rounded-tr-xl rtl:rounded-tl-xl p-2 bg-gray-100 dark:bg-gray-900/60">
<div class="flex items-center md:justify-center">
<div class="flex items-center gap-2 md:justify-center">
@if ($reorderAction->isVisible())
<div class="w-8"></div>
@endif
Expand Down Expand Up @@ -140,7 +140,7 @@ class="filament-table-repeater-row md:divide-x md:divide-gray-950/5 dark:md:divi

@if ($hasActions)
<td class="filament-table-repeater-column p-2 w-px">
<div class="flex items-center md:justify-center">
<div class="flex items-center gap-2 md:justify-center">
@if ($reorderAction->isVisible())
<div x-sortable-handle>
{{ $reorderAction }}
Expand Down

0 comments on commit d12d6cd

Please sign in to comment.