Force line breaks for long URL

This fixes a display issue in mobile view where the long URL was outside of the window...
This commit is contained in:
rugk 2016-06-18 19:03:33 +02:00 committed by GitHub
parent e89a8b6898
commit 6ca30a7472

View File

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