style: stats table width

This commit is contained in:
Bobby 2022-10-08 09:13:17 +07:00
parent 881c9efb7d
commit fb722569af
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -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 {