when text exceeds width, continue in new line-心在旅途的回答
when text exceeds width, continue in new line
I have the following structure:
Text goes here
I am not sur I do understand your question but with CSS you shoudl try :
word-break: break-all; // normal; // keep-all;
And if you want to hide extra content :
overflow: hidden;