From 28658d12a464777b50c789c2e9c3f86ce8f07da0 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 4 Jun 2025 20:12:57 +0400 Subject: feat: report system --- public/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index f22bac2..7cb8b0a 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -65,6 +65,11 @@ table.vertical { border-spacing: 8px; } +table.vertical th { + text-align: end; + vertical-align: top; +} + /** FORM */ button[type=submit] { background: linear-gradient(0deg, var(--box-tab-background), var(--background)); -- cgit v1.2.3