aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/panels.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/panels.less b/less/panels.less
index e004d1715..e677d2b29 100644
--- a/less/panels.less
+++ b/less/panels.less
@@ -107,8 +107,8 @@
> .panel-body + .table-responsive {
border-top: 1px solid @table-border-color;
}
- > .table > tbody:first-child th,
- > .table > tbody:first-child td {
+ > .table > tbody:first-child > tr:first-child th,
+ > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
> .table-bordered,