I have given the css as shown .text { word-wrap : break-word; max-width: 100px} but still it’s not working, the whole text is coming only in the single line
I am expecting the result that the big text to be get wrapped in next lines
>Solution :
I believe what you are looking for is the CSS white-space property.