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
I think you can achieve that if you set fixed width of the element-container and play with padding properties.