From f737a7fd3362628d62fd65295ffa2abb9b77e91a Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 13 Oct 2014 15:25:06 +0100 Subject: [PATCH] Fix #110 - Remove fixed width from input element. Let the browser default decide, or the developer if they provide their own --- integration/bootstrap/3/dataTables.bootstrap.css | 1 - 1 file changed, 1 deletion(-) diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index 2c36b48..054c33a 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -14,7 +14,6 @@ div.dataTables_filter label { } div.dataTables_filter input { - width: 16em; margin-left: 0.5em; }