From 3f5b6e0ce59f242fa268245d303e0312be0fea1f Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 4 May 2024 13:53:21 +0200 Subject: [PATCH] fix glitch introduced by e22da2e0d12e65d7cded5e21932417d78b5f54c6 --- css/bootstrap/privatebin.css | 1 - css/bootstrap5/privatebin.css | 1 - css/common.css | 4 ++++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/bootstrap/privatebin.css b/css/bootstrap/privatebin.css index 4ff0e4ed..38758038 100644 --- a/css/bootstrap/privatebin.css +++ b/css/bootstrap/privatebin.css @@ -108,7 +108,6 @@ body.loading { .comment { border-left: 1px solid #ccc; padding: 5px 0 5px 10px; - white-space: pre-wrap; transition: background-color 0.75s ease-out; } diff --git a/css/bootstrap5/privatebin.css b/css/bootstrap5/privatebin.css index 7f2128c3..23529e12 100644 --- a/css/bootstrap5/privatebin.css +++ b/css/bootstrap5/privatebin.css @@ -53,7 +53,6 @@ .comment { border-left: 1px solid #ccc; padding: 5px 0 5px 10px; - white-space: pre-wrap; transition: background-color 0.75s ease-out; } diff --git a/css/common.css b/css/common.css index 68eddfcb..f37e4705 100644 --- a/css/common.css +++ b/css/common.css @@ -59,3 +59,7 @@ float: right; margin-left: 5px; } + +.commentdata { + white-space: pre-wrap; +}