From ab9d9416d9181d4fbd35ad927cf2a526a8d391f8 Mon Sep 17 00:00:00 2001 From: MickGe <59394233+MickGe@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:49:00 +0100 Subject: [PATCH 1/3] fix: responsive long url in plaintext --- css/bootstrap/privatebin.css | 4 ++++ css/bootstrap5/privatebin.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/css/bootstrap/privatebin.css b/css/bootstrap/privatebin.css index 74ea788a..8daa5f53 100644 --- a/css/bootstrap/privatebin.css +++ b/css/bootstrap/privatebin.css @@ -87,6 +87,10 @@ body.loading { word-wrap: break-word; } +#plaintext > a { + word-wrap: break-word; +} + #message { height: 70dvh; } diff --git a/css/bootstrap5/privatebin.css b/css/bootstrap5/privatebin.css index f486869d..0c296890 100644 --- a/css/bootstrap5/privatebin.css +++ b/css/bootstrap5/privatebin.css @@ -32,6 +32,10 @@ word-wrap: break-word; } +#plaintext > a { + word-wrap: break-word; +} + #message { height: 70dvh; } From c9067f1f23bc89a942b9e4b3031e10e692aa93a4 Mon Sep 17 00:00:00 2001 From: MickGe <59394233+MickGe@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:46:44 +0100 Subject: [PATCH 2/3] Update css/bootstrap/privatebin.css --- css/bootstrap/privatebin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/bootstrap/privatebin.css b/css/bootstrap/privatebin.css index 8daa5f53..b85d2cc9 100644 --- a/css/bootstrap/privatebin.css +++ b/css/bootstrap/privatebin.css @@ -87,7 +87,7 @@ body.loading { word-wrap: break-word; } -#plaintext > a { +#pastelink > a, #plaintext a, { word-wrap: break-word; } From 390e268bb0dc090d809aafdd4cb8268bed28564b Mon Sep 17 00:00:00 2001 From: MickGe <59394233+MickGe@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:46:54 +0100 Subject: [PATCH 3/3] Update css/bootstrap5/privatebin.css --- css/bootstrap5/privatebin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/bootstrap5/privatebin.css b/css/bootstrap5/privatebin.css index 0c296890..0b80ccf0 100644 --- a/css/bootstrap5/privatebin.css +++ b/css/bootstrap5/privatebin.css @@ -32,7 +32,7 @@ word-wrap: break-word; } -#plaintext > a { +#pastelink > a, #plaintext a, { word-wrap: break-word; }