Преглед изворни кода

fix: responsive long url in plaintext

MickGe пре 1 година
родитељ
комит
ab9d9416d9
2 измењених фајлова са 8 додато и 0 уклоњено
  1. 4 0
      css/bootstrap/privatebin.css
  2. 4 0
      css/bootstrap5/privatebin.css

+ 4 - 0
css/bootstrap/privatebin.css

@@ -87,6 +87,10 @@ body.loading {
 	word-wrap: break-word;
 	word-wrap: break-word;
 }
 }
 
 
+#plaintext > a {
+	word-wrap: break-word;
+}
+
 #message {
 #message {
 	height: 70dvh;
 	height: 70dvh;
 }
 }

+ 4 - 0
css/bootstrap5/privatebin.css

@@ -32,6 +32,10 @@
 	word-wrap: break-word;
 	word-wrap: break-word;
 }
 }
 
 
+#plaintext > a {
+	word-wrap: break-word;
+}
+
 #message {
 #message {
 	height: 70dvh;
 	height: 70dvh;
 }
 }