In HTML, is there a way to evenly distribute text that is broken across multiple lines?
E.g., I don\'t want:
Here is some really long label that ends
Adobe has proposed that a new css property be added text-wrap: balance.
text-wrap: balance
In the meantime they have created a jQuery plugin named balance-text to achieve the same result.