I am facing a problem in word-wrapping the text in using the suggested word-wrap:break-word style, as it is not replicated in FF and others,
I have also refered the below Question as it is the same as mine, but didnt found it helpful in any way
So can any body help me up to achieve this?
Thanks
If you specify the desired width and set
height: auto;you should get the desired line-wrapping in all modern browsers.EDIT:
white-space: normal;wasn’t really necessary, and I should note that the solution wraps lines, not individual words.