YARN-4897. dataTables_wrapper change min height. Contributed by Bibin A Chundatt.

(cherry picked from commit 4ee7f0a3e7)
This commit is contained in:
Rohith Sharma K S 2016-04-12 10:25:56 +05:30
parent e9d1d8afd7
commit d93cfefea5
1 changed files with 2 additions and 2 deletions

View File

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