Back
I'm trying to put a link called Submit resume in a menu using a li tag. Because of the whitespace between the two words, it wraps to two lines. How to prevent this wrapping with CSS?
You can try using white-space: nowrap;1, or you can give that link more space by setting li's width to greater values.
31k questions
32.8k answers
501 comments
693 users