I don't want white spaces when the line is wrapped so i use white-space:no-wrap;
but i want the text to wrap and not exceed the div
I don't want the word to be wrapped to the next line and leave a whitespace
Like look at the attached photo, i want the word "Knights" to stay on first line and the letters that don't fit then get pushed to the next line. How do I do this?