From 7d0a563dc10882a7b7d70655a5c478567177b9a2 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 3 Sep 2024 22:29:33 +0200 Subject: [PATCH] Revert "show-backlinks.js: add space between backlinks" This reverts commit f20b2615f224465333f962441956c510630614dc. --- js/show-backlinks.js | 2 +- stylesheets/style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/js/show-backlinks.js b/js/show-backlinks.js index 46723d8a..5924124e 100644 --- a/js/show-backlinks.js +++ b/js/show-backlinks.js @@ -39,7 +39,7 @@ $(document).ready(function() { } let link = $('>>' + replyId + ' '); + + replyId + '">>>' + replyId + ''); link.appendTo(mentioned); if (window.init_hover) { diff --git a/stylesheets/style.css b/stylesheets/style.css index f5c893a5..165aec90 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1224,7 +1224,6 @@ pre { .mentioned { word-wrap: break-word; - white-space: pre-wrap; } .poster_id {