Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Small doesn't work #299

Open
crescent1 opened this issue Jul 23, 2024 · 4 comments
Open

Table Small doesn't work #299

crescent1 opened this issue Jul 23, 2024 · 4 comments
Labels
type: bug Something isn't working

Comments

@crescent1
Copy link

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

Repository owner deleted a comment from jvl1v5 Jul 25, 2024
@alfianchii alfianchii added the type: bug Something isn't working label Jul 25, 2024
@Stranger1298
Copy link

please assign this issue to me

@ankitaghadge19
Copy link

In which file is this code written?

@naitik-2006
Copy link

naitik-2006 commented Oct 11, 2024

please assign this issue to me for hacktoberfest-accepted

@crescent1
Copy link
Author

For now, I added padding to the header to change its size.

<thead>
    <tr class="bg-primary text-center">
        <th class="text-white p-1">Variation Name</th>
        <th class="text-white p-1">Stock</th>
        <th class="text-white p-1">Price</th>
    </tr>
</thead>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants