Replies: 0
Increasing the font size in one column via CSS raises the text in other columns, like the cells are all aligned top, instead of bottom. I tried this:
.tablepress .row-1 {
vertical-align: baseline;
}
…but that doesn’t work. How can we align the row text to baseline or bottom? Shouldn’t that be the default?