Skip to content

Commit

Permalink
YARN-4897. dataTables_wrapper change min height. Contributed by Bibin…
Browse files Browse the repository at this point in the history
… A Chundatt.
  • Loading branch information
rohithsharmaks committed Apr 12, 2016
1 parent ff722bb commit 4ee7f0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4ee7f0a

Please sign in to comment.