/ Published in: CSS
Sometimes the text in a link or heading will break where you don’t want it to. A simple way to prevent this is:
Expand |
Embed | Plain Text
1 h1 { white-space:nowrap; }
You need to login to post a comment.
Sometimes the text in a link or heading will break where you don’t want it to. A simple way to prevent this is:
1 h1 { white-space:nowrap; }
You need to login to post a comment.