From 105ff9fa043bfdac1c23219544c88ce172805ef0 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 25 Sep 2023 14:25:55 +0200 Subject: [PATCH] fix(color): break word if needed (to be on par with textarea) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 11004e7..ece7687 100644 --- a/style.css +++ b/style.css @@ -75,7 +75,7 @@ body::-webkit-scrollbar-thumb { z-index: -1; width: 100%; text-wrap: inherit; - white-space: pre-wrap; + word-wrap:break-word; } #network {