Преглед изворни кода

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