webapp: last table row shall have no bottom border

similar to the first row which has no border at the top.
This commit is contained in:
Bernhard Kirchen 2024-10-25 22:13:34 +02:00 committed by Bernhard Kirchen
parent 94123fe415
commit c5f37a8010

View File

@ -11,3 +11,8 @@
text-align: end;
}
}
table.table tr:last-child th,
table.table tr:last-child td {
border-bottom: 0;
}