diff --git a/src/scss/ui/_tables.scss b/src/scss/ui/_tables.scss index 91320a036..73331a97f 100644 --- a/src/scss/ui/_tables.scss +++ b/src/scss/ui/_tables.scss @@ -12,11 +12,13 @@ } } } + + >:not(:first-child) { + border-top-width: $table-border-width; + } } .table-responsive { - margin-bottom: $spacer; - .table { margin-bottom: 0; }