Vertical Align in Listview/Layoutgrid

1
I have the following page setup: And I would like to vertically align the text in each of the rows, like this: I have tried putting the Align Middle class on either the full listview, table, rows, full grid etc. but nothing seems to produce the result I want to see. What am I missing here? .align-middle { vertical-align: middle; }
asked
1 answers
1

The vertical-align CSS property is only for images. Here's a guide on vertically centering things using CSS.

answered