-
-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Labels
Description
According to https://www.w3.org/TR/css-text-3/#word-wrap, I can set word-wrap CSS attribute to break text onto newline never, manually or automatically (using word-wrap: break-word). Unfortunately litehtml does nothing in this case, making long URLs' endings invisible.
dartraiden, tamr, wmjordan and NiuGuohui