html - How do i make the text in this div expand vertically? -
Here's something that has exploded for some time. I have created two fiddles so that you can check live:
Fiddle # 1:
Bella # 2:
You can see Belt # 1 If the text is not formatted correctly with the spaces, then the text gets over the limit, how can I create this function as Bella # 2? Or is it indispensable?
You can try adding word-wrap to CSS rules: break-word; However, the results may seem weird.
Comments
Post a Comment