ソースを参照

HUE-6789 [beeswax] Fix alignment of the assist headers

Enrico Berti 8 年 前
コミット
a4090e9
1 ファイル変更2 行追加0 行削除
  1. 2 0
      apps/beeswax/src/beeswax/templates/execute.mako

+ 2 - 0
apps/beeswax/src/beeswax/templates/execute.mako

@@ -1957,6 +1957,8 @@ $(document).ready(function () {
     MRJOBS: "${_('MR Jobs')}"
   };
 
+  $('.assist').css('top', '36px');
+
   $(window).resize(function () {
     resizeLogs();
   });