azkaban-aplcache

Fix flow log CSS (#1883) The Flow Log positioning was broken This

8/16/2018 1:39:31 PM

Details

diff --git a/azkaban-web-server/src/main/less/base.less b/azkaban-web-server/src/main/less/base.less
index 2a593d3..72216ab 100644
--- a/azkaban-web-server/src/main/less/base.less
+++ b/azkaban-web-server/src/main/less/base.less
@@ -30,6 +30,12 @@ div#graphView.container-fill {
   height: 750px;
 }
 
+div#flowLogView.container-fill {
+  position: relative;
+  top: 0px;
+  height: 750px;
+}
+
 .alert-default {
   color: #a0a0a0;
   background-color: #f5f5f5;