From b245f9d949a173a591a7695459d2890bb3e640d7 Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Sun, 10 Dec 2023 01:40:42 -0500 Subject: [PATCH] Decrease minimum width of table columns --- www/hub.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/hub.css b/www/hub.css index 8c37c027..ce5678e8 100644 --- a/www/hub.css +++ b/www/hub.css @@ -1012,7 +1012,7 @@ table.data-table th:first-child button { } table.data-table th:not(:first-child) { - min-width: 250px; + min-width: 175px; } div.data-table-key-container {