Merge pull request #21 from challgren/responsive_table

Correcting unnecessary horizontal scroll bar
This commit is contained in:
David Miller
2014-12-28 17:14:48 -05:00
2 changed files with 6 additions and 1 deletions

View File

@@ -224,6 +224,11 @@ body {
height: 100%;
}
.dataTables_wrapper {
position: relative;
clear: both;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,