From 84cc212ecd1f8dc64cc67190977a4b6e52f07acd Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Tue, 17 Mar 2026 01:10:21 -0700 Subject: [PATCH] ui: tighten category and risk columns (100px -> 80px) --- turnstone/console/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turnstone/console/static/style.css b/turnstone/console/static/style.css index e974d757..5faac3e9 100644 --- a/turnstone/console/static/style.css +++ b/turnstone/console/static/style.css @@ -1367,7 +1367,7 @@ ========================================================================== */ #admin-skills .admin-colheaders, #admin-skills .admin-row { - grid-template-columns: 100px 1.5fr 100px 120px; + grid-template-columns: 80px 1.5fr 80px 120px; } /* ========================================================================== Governance: Audit grid