瀏覽代碼

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

Enrico Berti 9 年之前
父節點
當前提交
d55eb79
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

+ 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({