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; }