Merge pull request #93 from rugk/patch-1

Force line breaks for long URL
This commit is contained in:
El RIDO 2016-06-19 12:42:34 +02:00 committed by GitHub
commit 631d26d0e9
1 changed files with 5 additions and 1 deletions

View File

@ -46,6 +46,10 @@ body.navbar-spacing {
display: inline; display: inline;
} }
#pastelink > a {
word-wrap: break-word;
}
#message { #message {
font-family: monospace; font-family: monospace;
} }