From 5d5456c5ac256a0cecb033e3eba4f1a741c1b911 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Sat, 23 Sep 2023 09:07:24 +0200 Subject: [PATCH] fixed: word wrap in colored div for firefox --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 7e273bc..cf49c2d 100644 --- a/style.css +++ b/style.css @@ -75,6 +75,7 @@ body::-webkit-scrollbar-thumb { z-index: -1; width: 100%; text-wrap: inherit; + white-space: pre-wrap; } #network {