From 5dbfdd47c57a10cc8e97e74635a4197d31c24f7c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Jun 2014 14:08:06 -0700 Subject: fixes #13375 --- dist/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8f378a5aa..c7c0ba80e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5006,7 +5006,8 @@ a.list-group-item-danger.active:focus { border-top-width: 0; } .panel > .table, -.panel > .table-responsive > .table { +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table:first-child, -- cgit v1.2.3