From bc5409fba71676cebe82788d857a71485705edb6 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Sun, 5 Jun 2022 15:24:14 -0400 Subject: [PATCH] reduced size of first table column --- src/components/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App.css b/src/components/App.css index 6c82c7e..081fd5c 100644 --- a/src/components/App.css +++ b/src/components/App.css @@ -60,7 +60,7 @@ td { } td:first-child { - width: 110px; + width: 105px; font-weight: 600; word-break: normal; }