Skip to content

Commit

Permalink
order classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tahapaksu committed Mar 1, 2021
1 parent a3b1252 commit 65659a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/components/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
</style>

<div class="mx-auto py-6 text-sm" x-data="datatables()" x-cloak>
<div class="py-6 mx-auto text-sm" x-data="datatables()" x-cloak>
@include("paksuco-table::components.filters")
<div class="overflow-x-auto bg-white border rounded shadow-sm relative">
<table class="border-collapse table-auto w-full whitespace-no-wrap bg-white relative">
<div class="relative overflow-x-auto bg-white border rounded shadow-sm">
<table class="relative w-full whitespace-no-wrap bg-white border-collapse table-auto">
<thead>
@include("paksuco-table::components.headers")
</thead>
Expand Down

0 comments on commit 65659a0

Please sign in to comment.