Skip to content

Commit

Permalink
(less) Fixes twbs#10492: Account for responsive tables in panels
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 12, 2013
1 parent 2e14a8d commit 03bec27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions panels.less
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03bec27

Please sign in to comment.