bs5: fix dark mode dashboard widget table display

This commit is contained in:
Michael Shamoon
2022-02-20 00:16:49 -08:00
parent 899e3eed1b
commit 199affb244
3 changed files with 8 additions and 4 deletions

View File

@@ -6,3 +6,7 @@ table {
th:first-child {
width: 25%;
}
tbody tr {
cursor: pointer;
}