I found that you can make use of the white-space CSS property:
white-space: normal;
And it will break the words as normal text.
I found that you can make use of the white-space CSS property:
white-space: normal;
And it will break the words as normal text.