Browse Source

fix: responsive long url in plaintext

MickGe 1 năm trước cách đây
mục cha
commit
ab9d9416d9
2 tập tin đã thay đổi với 8 bổ sung0 xóa
  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;
 }
 
+#plaintext > a {
+	word-wrap: break-word;
+}
+
 #message {
 	height: 70dvh;
 }

+ 4 - 0
css/bootstrap5/privatebin.css

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