1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-27 00:54:15 +01:00

Updated: Remove the min-height on the table wrapper - it is a lot more hassle than it is worth now and just keeps getting in the way - 7971

This commit is contained in:
Allan Jardine 2012-01-03 14:47:37 +00:00
parent e92739fb1f
commit 6fbda0a08f
2 changed files with 0 additions and 4 deletions

View File

@ -32,9 +32,7 @@
.dataTables_wrapper {
position: relative;
min-height: 302px;
clear: both;
_height: 302px;
zoom: 1; /* Feeling sorry for IE */
}

View File

@ -110,8 +110,6 @@ table.display thead th div.DataTables_sort_wrapper span {
.dataTables_wrapper {
position: relative;
min-height: 302px;
_height: 302px;
clear: both;
}