I am trying to display a table with 4 columns, one of which is an image. Below is the snapshot:-
vetrical-align: middle did not work for me for some reason (and it was being applied). I used this:
vetrical-align: middle
table.vertical-align > tbody > tr > td { display: flex; align-items: center; }