6 ms·
> 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 `
by dnlzro 6mo 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 https://github.com/w3c/csswg-drafts/issues/191
- rpastuszak 6mo agoHa, I didn't know about that, I stand corrected, thanks!