cockpit-project / cockpit-machines

Cockpit UI for virtual machines
GNU Lesser General Public License v2.1
299 stars 75 forks source link

Improve rendering of VM descriptions #1901

Closed mvollmer closed 10 hours ago

mvollmer commented 2 weeks ago

Render the description as a single paragraph, with preserved line breaks and word breaking on overflow.

Fixes #1888, #1890.

mvollmer commented 2 weeks ago

Looks like this this, for example:

image

The last line has no spaces in it at all, and is broken in the middle of words to avoid overflow.

The second to last line is long but has spaces. It is broken between words to avoid overflow.