Long thin lines in views listings

Context

Long lines are ugly, but are aligned with the layout.

https://contrib.drupalarchitect.info/tasks

Views listing with long lines of text

https://www.andrewsclasses.com/search

This one also has different spacing between the title and body in these two items.

View with long lines of text exceeding text-formatted max length

Questions

How to improve these types of listings? Sidebar layout? Centered layout? Constrained line length?

Analysis

Text line length is limited by the .text-formatted class, which is not on this field.

HTML tags

The search page on Andrew's Classes has a p tag wrapping the first body but not the second.

Disallowing html or stripping html tags in rewrite results is not changing anything.

Excerpt field was showing the body when empty, and had skip rewriting set.

Body was using smart trim, but not stripping html tags.

Done

Added max-w-formatted utility class, that sets the max same width for formatted text.

Documentation
Issue status