mazer icon indicating copy to clipboard operation
mazer copied to clipboard

Table Small doesn't work

Open crescent1 opened this issue 7 months ago • 4 comments

hi, looks like table-sm doesn't work.

<div class="table-responsive">
 <table class="table table-sm table-hover">
  <thead>
     <tr class="bg-primary text-center">
          <th class="text-white">No</th>
          <th class="text-white">Name</th>
          <th class="text-white">Email</th>
          <th class="text-white">Type</th>
          <th class="text-white"></th>
      </tr>
   </thead>
 </table>
</div>

pic: Screenshot from 2024-07-23 11-58-37

crescent1 avatar Jul 23 '24 05:07 crescent1