I want to know is there any solution to get away from Character wrap. i.e we heard of word-wrap, to similar that I need character should wrap but unfortunately it has been truncated while displaying longest word (e.g. Bookmarked/Discussions)in the browser.
Note: We can use "overflow:auto", it will fix the issue but I don't want the horizontal scrollbar to display in the browser. Even I tried "text-wrap:suppress" but the property fail to detect in the Firefox.