From 4ee7f0a3e7814d66d6e11aa4b559da5ac93c4b99 Mon Sep 17 00:00:00 2001 From: Rohith Sharma K S Date: Tue, 12 Apr 2016 10:25:56 +0530 Subject: [PATCH] YARN-4897. dataTables_wrapper change min height. Contributed by Bibin A Chundatt. --- .../src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css index 89bd2f0146..6f6f4142ac 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/css/jui-dt.css +++ b/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; }