Merge pull request #93 from rugk/patch-1
Force line breaks for long URL
This commit is contained in:
commit
631d26d0e9
|
@ -46,6 +46,10 @@ body.navbar-spacing {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
#pastelink > a {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#message {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue