YARN-4897. dataTables_wrapper change min height. Contributed by Bibin A Chundatt.
(cherry picked from commit 4ee7f0a3e7
)
This commit is contained in:
parent
e9d1d8afd7
commit
d93cfefea5
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue