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