Long bug title will overrun bug report title
Bug #2004508 reported by
Nathan Teodosio
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
This is very noticeable in bugs of errors.ubuntu.com, whose titles can be very, very long and without spaces or anything recognizable as word breaks (e.g. LP: #2004459).
Is there something better than a "word-wrap: anywhere" to solve this?
To post a comment you must log in.
We could use `lp.app. browser. stringformatter .add_word_ breaks` , maybe (normally used via `fmt:break- long-words` )?
"""Insert manual word breaks into a string.
The word may be entity escaped, but is not expected to contain
any HTML tags.
Breaks are inserted at least every 7 to 15 characters,
preferably after punctuation.
"""
That would suit this use case, I think.