From ea3c7fa141d04cc97add6aa01e88e188cf2a60cb Mon Sep 17 00:00:00 2001 From: z0ccc Date: Sun, 5 Jun 2022 15:12:11 -0400 Subject: [PATCH] Increased 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 35b7566..6c82c7e 100644 --- a/src/components/App.css +++ b/src/components/App.css @@ -60,7 +60,7 @@ td { } td:first-child { - width: 100px; + width: 110px; font-weight: 600; word-break: normal; }