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;
}
#pastelink > a {
display: inline;
}
#message {
font-family: monospace;
}
@ -70,4 +74,4 @@ footer h4 {
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
list-style-type: decimal !important;
}
}