It seems that word wrapping no longer works for textarea elements in IE 11. In IE 10 and earlier, FF, Safari, and Chrome word wrapping works as expected.
IE 11 is no
I faced a similar issue for a drop-down on IE (11.431.16299.0)and I fixed by applying both below style
white-space:pre-wrap; word-break:break-all;