I’ve been struggling with controlling the height of my CMS collection. For example I’d like to make my blog posts as even as possible. This goes with aligning the authors name, and for all the posts to be aligned nicely in order.
There are a few approaches to this, but the approach I prefer is to set a fixed height on the brief text portion, and set the CSS to allow ellipses. This way whether the text is too short, or too long, the authors still align. If it’s too long, the text truncates with ellipses…
I have small CSS snippet in the WFU library for this purpose, you can embed in your project easily. Docs are here-