Layout question - fixed row height

Permalink
Greetings,
I just noticed this "layout" feature (is it new?), and I have a question. Is there a quick way to set the layout so the row height stays the same across all columns? Currently, if the content of row1,col is "taller" than the content of row1,col2, then the rows no longer line up nicely.

Any suggestions?

Thanks,

Bill

 
Brainakazariua replied on at Permalink Reply
Brainakazariua
Not sure what you mean but try setting a style to it with

height: 250px;
overflow: auto;

or something like that which should result in the block getting a scrollbar if it's to heigh.