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:
parent
e89a8b6898
commit
6ca30a7472
@ -46,6 +46,10 @@ body.navbar-spacing {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pastelink > a {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
#message {
|
#message {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user