Skip to content

Commit

Permalink
table border fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Nov 7, 2021
1 parent 5ebe20e commit 7f9be24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/scss/ui/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
}
}
}

>:not(:first-child) {
border-top-width: $table-border-width;
}
}

.table-responsive {
margin-bottom: $spacer;

.table {
margin-bottom: 0;
}
Expand Down

0 comments on commit 7f9be24

Please sign in to comment.