From d004a7f03d818d9774244f177c9436e784a049b1 Mon Sep 17 00:00:00 2001 From: TimHasert <27998143+TimH96@users.noreply.github.com> Date: Sun, 20 Aug 2023 23:42:00 +0200 Subject: [PATCH] fix table text align --- src/app/pages/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/pages/styles.css b/src/app/pages/styles.css index bf16a82..86dc935 100644 --- a/src/app/pages/styles.css +++ b/src/app/pages/styles.css @@ -43,6 +43,10 @@ ul { margin: 0; } +tr, td, th { + text-align: center; +} + /* main sections */ #header { @@ -177,7 +181,7 @@ ul { .search-picker-activation { margin: 0.4em 0.7em; - width: 10em; + width: 14em; display: inline-flex; white-space: nowrap; cursor: pointer;