Просмотр исходного кода

Force line breaks for long URL

This fixes a display issue in mobile view where the long URL was outside of the window...
rugk 10 лет назад
Родитель
Сommit
6ca30a7472
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      css/bootstrap/zerobin.css

+ 5 - 1
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;
-}
+}