79360688

Date: 2025-01-16 07:32:53
Score: 1.5
Natty:
Report link

I wanted to make my table using small padding so inspired by @crazymatt answer: I added a class to the table and applied the style in my css files like this:

.small-table, 
.small-table tbody, .small-table tr , .small-table td  {
    padding: 0.1rem;
}

and your table will

<table class="small-table table anyotherclass">
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @crazymatt
  • Low reputation (1):
Posted by: George Leon