Answers for "bootstrap table cells height"

0

bootstrap table same width

<tr>
  <th style="width: 16.66%">Col 1</th>
  <th style="width: 25%">Col 2</th>
  <th style="width: 50%">Col 4</th>
  <th style="width:  8.33%">Col 5</th>
</tr>
Posted by: Guest on September-26-2021
0

bootstrap table cells height

table tr td{
   padding:0px !important;
}
Posted by: Guest on April-08-2022
0

bootstrap table cells height

table.class_selector td{
   padding:0px !important;
}
Posted by: Guest on April-08-2022

Code answers related to "bootstrap table cells height"

Browse Popular Code Answers by Language