From dfa835178f1ce2674ec617f085811c138a6f4ccb Mon Sep 17 00:00:00 2001 From: jutty Date: Sun, 4 Jan 2026 19:34:00 -0300 Subject: [PATCH] Reduce the size of label text --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 691eef0..cb7b883 100644 --- a/static/style.css +++ b/static/style.css @@ -56,6 +56,7 @@ span.label { padding: 3px 6px; border-radius: 6px; margin: 5px; + font-size: 0.7em; } span.id-label {