From 1353d4b8cf5794344c96b73fe1162a5d645105f1 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 19 Mar 2026 23:28:39 +0000 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-004=20=E2=80=94=20add?= =?UTF-8?q?=20tabular-nums=20to=20table=20cells=20for=20aligned=20numbers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/api/app/static/css/style.css b/api/app/static/css/style.css index 1a7b720..ac77688 100644 --- a/api/app/static/css/style.css +++ b/api/app/static/css/style.css @@ -149,6 +149,7 @@ input[type="checkbox"] { padding: 0.625rem 1rem; color: var(--text-secondary); font-size: 1rem; + font-variant-numeric: tabular-nums; } /* Zebra striping */