Increasing font size in one column raises text in other columns
-
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?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Increasing font size in one column raises text in other columns’ is closed to new replies.