Преглед на файлове

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