Fix #110 - Remove fixed width from input element. Let the browser default decide, or the developer if they provide their own

pull/112/head
Allan Jardine 10 years ago
parent 0e8ae17cb1
commit f737a7fd33

@ -14,7 +14,6 @@ div.dataTables_filter label {
}
div.dataTables_filter input {
width: 16em;
margin-left: 0.5em;
}

Loading…
Cancel
Save