From e12f4332feb58e61dc160b59b380159d994dc975 Mon Sep 17 00:00:00 2001 From: Aaron Fenyes Date: Fri, 1 Nov 2024 19:11:33 -0700 Subject: [PATCH] Use tabular numbers for element vectors --- app-proto/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app-proto/main.css b/app-proto/main.css index ba8a20b..80b55f2 100644 --- a/app-proto/main.css +++ b/app-proto/main.css @@ -102,6 +102,7 @@ details[open]:has(li) .elt-switch::after { .elt-rep > div { padding: 2px 0px 0px 0px; font-size: 10pt; + font-variant-numeric: tabular-nums; text-align: right; width: 56px; }