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

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

Code answers related to "how to have only one vertical border after a column in bootstrap table"

Browse Popular Code Answers by Language