3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 08:05:47 +00:00

Fixed weird top border

This commit is contained in:
snipe
2025-12-07 14:31:47 +00:00
parent 793d299c1d
commit 05ff9183fb

View File

@ -801,6 +801,10 @@
color: var(--color-fg) !important;
}
.table > tbody + tbody {
border-top: 0px !important;
}
</style>
{{-- Custom CSS --}}