From 11b9c98b0d56e1545e49f4aef40fd7681fd524fa Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 2 Apr 2015 20:35:43 +0100 Subject: [PATCH] Dev: Missing `table-condensed` selector in the table-condensed Bootstrap integration --- integration/bootstrap/3/dataTables.bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index 2730cd4..df9b7f5 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -121,7 +121,7 @@ table.dataTable th:active { /* Condensed */ -table.dataTable thead > tr > th { +table.dataTable.table-condensed thead > tr > th { padding-right: 20px; }