Answers for "table border thickness bootstrap"

0

how to have only one vertical border after a column in bootstrap table

table.table tbody tr td,
table.table thead tr th,
table.table thead {
  border-left: 1px solid red;
  border-right: 1px solid red;
}
Posted by: Guest on April-14-2020
2

Bootstrap table small

<table class="table table-sm">
  ...
</table>
Posted by: Guest on October-11-2021

Code answers related to "table border thickness bootstrap"

Browse Popular Code Answers by Language