Hi list, I'm trying to figure out how to break super-long words so that they wrap to my viewport width. So far I have tried various incantations of these in my style.css for various elements with no luck: word-break: break-all; word-wrap: break-word; Here is an example page with a very long word which I'm trying to wrap: https://news.ycombinator.com/item?id=42609200 In the context of the parent thread, it breaks the wrapping of all the other posts: https://news.ycombinator.com/item?id=42599102 Am I making a dumb mistake, or is feature not implemented in Dillo? Thanks for any help, Alex
Hi Alex, On Mon, Jan 06, 2025 at 12:22:38PM +0100, a1ex@dismail.de wrote:
Hi list,
I'm trying to figure out how to break super-long words so that they wrap to my viewport width.
So far I have tried various incantations of these in my style.css for various elements with no luck:
word-break: break-all; word-wrap: break-word;
Here is an example page with a very long word which I'm trying to wrap: https://news.ycombinator.com/item?id=42609200
In the context of the parent thread, it breaks the wrapping of all the other posts: https://news.ycombinator.com/item?id=42599102
Am I making a dumb mistake, or is feature not implemented in Dillo?
There is no support for word-break, word-wrap or overflow-wrap in Dillo (yet). Best, Rodrigo.
participants (2)
-
a1ex@dismail.de
-
Rodrigo Arias