Browse Source

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

Enrico Berti 8 năm trước cách đây
mục cha
commit
a4090e929f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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();
   });