From a58395775285477c95888722efccb4f0764d8ac0 Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Thu, 23 Nov 2023 19:31:14 -0500 Subject: [PATCH] Fix line breaks in scrollable content --- src/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 6c08c8d..d7ff032 100644 --- a/src/style.css +++ b/src/style.css @@ -300,8 +300,7 @@ height: 5rem; text-align: left; min-width: 355px; - word-break: break-word; - white-space: normal; + white-space-collapse: break-spaces; overflow-x: hidden; overflow-y: auto; padding: .3rem .5rem;