Limit the length of a field in a list view
I have some multi-line fields in my application with a large amount of text in them. I need to include these fields in a view, but I don't want to display the entire contents because it causes each row in the table to be excessively tall.
I'd like to limit rows to a certain height and have fields truncated with elipses (...) letting me know there is more content that I cannot see in the table.