Grid fixed row height in 7.5.1

What’s the proper way of getting a fixed row height for the grid on Vaadin 7.5.1?

The tutorial said to use a CSS class on a column (for example, an image column) and then set .grid-cell height, but that doesn’t work at all (every cell has 20px inline CSS already)

Thanks in advance