Balanced text wrapping in HTML

后端 未结 4 1143
旧时难觅i
旧时难觅i 2020-12-03 21:03

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         


        
4条回答
  •  攒了一身酷
    2020-12-03 21:31

    I think you can achieve that if you set fixed width of the element-container and play with padding properties.

提交回复
热议问题