From 03bec276a58f6a048ea450a1895612c3aecb16cb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 11 Sep 2013 23:11:18 -0700 Subject: [PATCH] (less) Fixes #10492: Account for responsive tables in panels --- panels.less | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/panels.less b/panels.less index adf463216ff2..bdbeb5c07722 100644 --- a/panels.less +++ b/panels.less @@ -56,13 +56,16 @@ // watch it go full width. .panel { - > .table { + > .table, + > .table-responsive { margin-bottom: 0; } - > .panel-body + .table { + > .panel-body + .table, + > .panel-body + .table-responsive { border-top: 1px solid @table-border-color; } - > .table-bordered { + > .table-bordered, + > .table-responsive > .table-bordered { border: 0; > thead, > tbody,