Bläddra i källkod

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

Enrico Berti 8 år sedan
förälder
incheckning
a4090e929f
1 ändrade filer med 2 tillägg och 0 borttagningar
  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();
   });