Skip to content

Commit

Permalink
Fix table borders (bevyengine#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf authored and RobWalt committed Feb 13, 2024
1 parent 96c2475 commit 817b99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/elements/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ tr td {
border-top: 2px solid $subtitle-color;
}

tr td:last-child {
tr td:not(:first-child) {
border-left: 2px solid $subtitle-color;
}

0 comments on commit 817b99e

Please sign in to comment.