Bladeren bron

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

Rohith Sharma K S 9 jaren geleden
bovenliggende
commit
4ee7f0a3e7

+ 2 - 2
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css

@@ -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;
 }