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 {