Skip to content

Commit

Permalink
webapp: last table row shall have no bottom border
Browse files Browse the repository at this point in the history
similar to the first row which has no border at the top.
  • Loading branch information
schlimmchen committed Oct 29, 2024
1 parent 94123fe commit c5f37a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webapp/src/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@
text-align: end;
}
}

table.table tr:last-child th,
table.table tr:last-child td {
border-bottom: 0;
}

0 comments on commit c5f37a8

Please sign in to comment.