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] 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; }