Pārlūkot izejas kodu

HUE-5111 [oozie] Add margin to the last widget on the workflow editor

Enrico Berti 9 gadi atpakaļ
vecāks
revīzija
d55eb79

+ 2 - 1
apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

@@ -689,7 +689,8 @@ ${ dashboard.import_bindings() }
         _el.css({
           "top": (lastSeenPosition.top) + "px",
           "left": lastSeenPosition.left + "px",
-          "width": _width
+          "width": _width,
+          "marginBottom": "20px"
         });
         $("#exposeOverlay").fadeIn(300);
         _el.animate({