I'm looking to remove the vertical border of a table using bootstrap, except for the outside border as illustrated below.
https://i.sstatic.net/RYq7o.png
I've attempted to achieve this by:
<table class="table no-footer worker-data table-bordered"....
.table td, .table th {
border: none;
}
However, the outcome was not what I expected: