mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
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;
|
||||
}
|
||||
|
||||
#pastelink > a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#message {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user