I know that there are related questions already posted on this site, but i still cannot find the right code for this.. I already searched the net and I found some right answers regarding this question. This the code I used to force break a line
/* break long text without spaces */
word-break: break-all;
word-break: break-word;
hyphens: auto;
im ok with the long text, problem has been solved with the above code.. but for normal texts: (tho the word is not that long, it's still been splitted)
If Mail notifications is check
ed, you will receive notificat
ions about any event that occu
rs on the projects you belong to
**
here is the link of what I've started http://jsfiddle.net/y4Mdy/1802/
sorry if my explanation is too vague. thanks in advance to all who will reply :)