From 67422a887c08fd66ca42e554f766ffc598959a22 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 26 May 2024 12:31:22 +0200 Subject: [PATCH] fix: part of stats could be invisible if numbers too large (#136) --- src/components/ShipStatistics/ShipStatistics.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ShipStatistics/ShipStatistics.module.css b/src/components/ShipStatistics/ShipStatistics.module.css index 8cc8c34..c9b0352 100644 --- a/src/components/ShipStatistics/ShipStatistics.module.css +++ b/src/components/ShipStatistics/ShipStatistics.module.css @@ -39,6 +39,7 @@ .line > span { flex: 1; margin: 0px 5px; + white-space: nowrap; } .statistic {