Fix: fix trash double-bottom border

This commit is contained in:
shamoon
2026-08-16 16:04:27 -07:00
parent 0af1e41753
commit a75465b734
@@ -2,3 +2,8 @@
.d-block.d-sm-none .dropdown-toggle::after {
display: none;
}
tbody tr:last-child td,
table:not(:has(tbody tr)) thead th {
border-bottom: none;
}