i want a text line come to new line when it overflow only(no new line for spaces). i am able to make this using
white-space:nowrap;
but when the container has only space to occuppy this text, then the text overflows. i want to make this to newline when overflow by keeping the css white-space:nowrap;
Thanks in advance.