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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user