2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Fixes #10492: Account for responsive tables in panels

This commit is contained in:
Mark Otto
2013-09-11 23:11:18 -07:00
parent 682ee3ab1e
commit 28e5572bf4
3 changed files with 34 additions and 10 deletions
+6 -3
View File
@@ -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,