site.css: Add nowrap to span.email to reduce ugly rendering

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-09-26 21:02:11 +02:00
parent ce7356cc72
commit 6b7cbbe1c1
No known key found for this signature in database
GPG Key ID: C30DF439F2987D74
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ span.fingerprint {
span.email {
font-family: monospace;
font-size: large;
white-space: nowrap;
}
.debug_link {