/ Published in: CSS
This little trick will prevent line breaks on your links. I recommend using this with long text to avoid having links break into 2 lines.
Expand |
Embed | Plain Text
a { white-space: nowrap; }
You need to login to post a comment.
