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>
|
||||||
<div class="overflow-x-auto">
|
<div class="overflow-x-auto">
|
||||||
<table
|
<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">
|
<thead class="hidden lg:table-header-group">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th class="text-center">Name</th>
|
||||||
<th>Email</th>
|
<th class="text-center">Email</th>
|
||||||
<th>Member ID</th>
|
<th class="text-center">Member ID</th>
|
||||||
<th>Points</th>
|
<th class="text-center">Points</th>
|
||||||
<th>Resume</th>
|
<th class="text-center">Resume</th>
|
||||||
<th>Actions</th>
|
<th class="text-center">Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="resumeList" class="divide-y divide-base-200">
|
<tbody id="resumeList" class="divide-y divide-base-200">
|
||||||
|
|
Loading…
Reference in a new issue