1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

table border fixes

This commit is contained in:
codecalm
2021-11-07 20:34:38 +01:00
parent 5ebe20e14f
commit 7f9be24fa8

View File

@@ -12,11 +12,13 @@
} }
} }
} }
>:not(:first-child) {
border-top-width: $table-border-width;
}
} }
.table-responsive { .table-responsive {
margin-bottom: $spacer;
.table { .table {
margin-bottom: 0; margin-bottom: 0;
} }