2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #11712: Better support for .table-responsive within .panel's

This commit is contained in:
Mark Otto
2013-12-04 21:13:33 -08:00
parent 66f9c7d6d5
commit a45d839874
4 changed files with 11 additions and 2 deletions
+4
View File
@@ -91,6 +91,10 @@
}
}
}
> .table-responsive {
border: 0;
margin-bottom: 0;
}
}