Do not wrap link text across lines.

This is mainly for the API page, to make the links more readable.
This commit is contained in:
Justin Ethier 2016-10-13 21:16:23 -04:00
parent 83d5dbea28
commit 783a6d5633

View file

@ -105,6 +105,7 @@ a {
text-decoration: none;
color: #007edf;
text-shadow: none;
white-space: nowrap;
transition: color 0.5s ease;
transition: text-shadow 0.5s ease;