How can I align the text vertically? If it were always a line I could just set the height of the line to the height of the container.
Important detail and that the text needs to be limited, as shown in the image that is attached to this post.
I need to do this using pure CSS.
.block-text-multiple {
text-overflow: clip;
overflow: hidden;
}