I am using <code>
tag to wrap inline code and breaking the long words using the overflow-wrap: break-word;
property. It is only working in Chrome and Firefox, but not in IE 11. So far I have tried word-wrap
, word-break
, and even -ms-word-break
. Here is the fiddle.
Does anyone know how to break lines in IE 11?