We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, looks like table-sm doesn't work.
table-sm
<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:
The text was updated successfully, but these errors were encountered:
please assign this issue to me
Sorry, something went wrong.
In which file is this code written?
please assign this issue to me for hacktoberfest-accepted
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>
No branches or pull requests
hi, looks like
table-sm
doesn't work.pic:
The text was updated successfully, but these errors were encountered: