Browse Source

HUE-6077 [frontend] Set the minimum height for workflow widgets

Enrico Berti 8 years ago
parent
commit
ce7b0a8

File diff suppressed because it is too large
+ 0 - 0
apps/oozie/src/oozie/static/oozie/css/workflow-editor.css


+ 1 - 1
apps/oozie/src/oozie/static/oozie/less/workflow-editor.less

@@ -82,7 +82,7 @@
     z-index: 11;
     z-index: 11;
     overflow-x: auto;
     overflow-x: auto;
     border: 1px solid #d8d8d8 !important;
     border: 1px solid #d8d8d8 !important;
-    min-height: 40px;
+    min-height: 40px!important;
   }
   }
 
 
   .card-widget h2, .card-widget .card-body {
   .card-widget h2, .card-widget .card-body {

Some files were not shown because too many files changed in this diff