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

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

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