centered text for member table
This commit is contained in:
parent
040d431e4d
commit
7cd50bea6c
1 changed files with 7 additions and 7 deletions
|
@ -50,16 +50,16 @@
|
|||
</div>
|
||||
<div class="overflow-x-auto">
|
||||
<table
|
||||
class="table table-zebra w-full [&_tr]:border-b [&_tr]:border-base-200"
|
||||
class="table table-zebra w-full [&_tr]:border-b [&_tr]:border-base-200 text-center"
|
||||
>
|
||||
<thead class="hidden lg:table-header-group">
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Email</th>
|
||||
<th>Member ID</th>
|
||||
<th>Points</th>
|
||||
<th>Resume</th>
|
||||
<th>Actions</th>
|
||||
<th class="text-center">Name</th>
|
||||
<th class="text-center">Email</th>
|
||||
<th class="text-center">Member ID</th>
|
||||
<th class="text-center">Points</th>
|
||||
<th class="text-center">Resume</th>
|
||||
<th class="text-center">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="resumeList" class="divide-y divide-base-200">
|
||||
|
|
Loading…
Reference in a new issue