From fce254651ab27f7cde5c6a994d9fc6ce61eb335d Mon Sep 17 00:00:00 2001 From: Blueagle Date: Tue, 28 Feb 2023 08:16:38 +0000 Subject: [PATCH] remove nowarp so that mobiles can see conplete details --- components/metrics/RealtimeLog.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/components/metrics/RealtimeLog.module.css b/components/metrics/RealtimeLog.module.css index 7c07d017..aaeceabc 100644 --- a/components/metrics/RealtimeLog.module.css +++ b/components/metrics/RealtimeLog.module.css @@ -44,7 +44,6 @@ .detail { display: flex; flex: 1; - white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }