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

[oozie] Big workflow dashboards should scroll

Enrico Berti пре 10 година
родитељ
комит
77d8948
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/oozie/src/oozie/templates/dashboard/list_oozie_workflow.mako

+ 1 - 1
apps/oozie/src/oozie/templates/dashboard/list_oozie_workflow.mako

@@ -165,7 +165,7 @@ ${ layout.menubar(section='workflows', dashboard=True) }
         % endif
       </ul>
 
-      <div id="workflow-tab-content" class="tab-content" style="min-height:200px">
+      <div id="workflow-tab-content" class="tab-content" style="min-height:200px; overflow: visible">
         % if workflow_graph != 'MISSING':
         <div id="graph" class="tab-pane active">
         % if layout_json == '':