From fb722569af97f58cec6e233cb8b01d3162d63f47 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 8 Oct 2022 09:13:17 +0700 Subject: [PATCH] style: stats table width --- src/css/dashboard.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/css/dashboard.scss b/src/css/dashboard.scss index d19c6ea..87955ca 100644 --- a/src/css/dashboard.scss +++ b/src/css/dashboard.scss @@ -140,8 +140,19 @@ li[data-action="page-ellipsis"] { } } -#statistics tr > *:nth-child(1) { - min-width: 33.3% +#statistics { + thead, + tbody { + > tr { + > :first-child { + min-width: 33.3% + } + + > :nth-child(2) :first-child { + min-width: 50% + } + } + } } .expirydate {