Fix last row border

This commit is contained in:
cuom1999 2024-05-02 19:18:47 -05:00
parent 8ff0f369a6
commit 9270a017d3

View file

@ -29,7 +29,7 @@
tr:last-child td { tr:last-child td {
border-color: $border_gray; border-color: $border_gray;
border-width: 1px 1px 1px 0; border-bottom-width: 1px;
} }
thead th { thead th {