Parcourir la source

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

Enrico Berti il y a 8 ans
Parent
commit
a4090e929f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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();
   });