From a128ef1e6b6ad266c17a12cebca56513e311df44 Mon Sep 17 00:00:00 2001 From: Joshua Neunert Date: Wed, 28 Jan 2026 17:26:45 +0100 Subject: [PATCH] fix: Add nowrap to for white-space to benchmark values. Fixes: #66 --- src/components/benchmark/VisualizeBenchmarks.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/benchmark/VisualizeBenchmarks.css b/src/components/benchmark/VisualizeBenchmarks.css index b66d9528..e751f896 100644 --- a/src/components/benchmark/VisualizeBenchmarks.css +++ b/src/components/benchmark/VisualizeBenchmarks.css @@ -3,6 +3,7 @@ margin: 5px; padding: 6px 24px; border-radius: 10px; + white-space: nowrap; } table.benchmark-results td {