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 authored and tbnobody committed Nov 1, 2024
1 parent c750def commit d06ea51
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 d06ea51

Please sign in to comment.