From 6ca30a74723ffc8ed88ad4583d5a3442074ff657 Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 18 Jun 2016 19:03:33 +0200 Subject: [PATCH] Force line breaks for long URL This fixes a display issue in mobile view where the long URL was outside of the window... --- css/bootstrap/zerobin.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/bootstrap/zerobin.css b/css/bootstrap/zerobin.css index 7135289a..a13ab659 100644 --- a/css/bootstrap/zerobin.css +++ b/css/bootstrap/zerobin.css @@ -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; -} \ No newline at end of file +}