I am trying to display a table with 4 columns, one of which is an image. Below is the snapshot:-
SCSS
.table-vcenter { td, th { vertical-align: middle; } }
use