Skip to content

Commit

Permalink
fix table ui wrong padding
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Apr 3, 2024
1 parent a901f4c commit b26a43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tables/list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<ul
role="list"
class="max-w-xs flex text-sm text-gray-600 dark:text-gray-400 ps-5 gap-2 text-sm"
class="max-w-xs flex text-gray-600 dark:text-gray-400 gap-2 text-sm"
>
@if(filled($getState))
@foreach ($getState as $item)
Expand Down

0 comments on commit b26a43a

Please sign in to comment.