Hacker News new | ask | show | jobs
by dnlzro 74 days ago
> Regarding the text bubbles problem [...], you can use `text-wrap: balance | pretty` to achieve the same result.

No, neither solves the problem. And even if `balance` did work, it's not a good substitute because you don't usually want your line lengths to all be the same length.

See also, related CSS Working Group issue: https://github.com/w3c/csswg-drafts/issues/191

1 comments

Ha, I didn't know about that, I stand corrected, thanks!