From ef1c586231e81c33c79c73059958cfae8e51f322 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 27 Jul 2025 00:24:11 +0200 Subject: [PATCH] Replace text-wrap with white-space because of better support (#2338) --- styles/logger.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/logger.module.css b/styles/logger.module.css index 6e7cf05c..b3ec41b2 100644 --- a/styles/logger.module.css +++ b/styles/logger.module.css @@ -30,7 +30,7 @@ } .timestamp { - text-wrap: nowrap; + white-space: nowrap; min-width: 20px; text-align: right; }