Fix Bug 1974: No.Of Hours Value for the running instances is hidden in Dashboard
[osm/NG-UI.git] / src / assets / scss / app.scss
index 8dd8399..2e2eb92 100644 (file)
@@ -37,7 +37,8 @@ body,
 .layout-wrapper,
 .CodeMirror-vscrollbar,
 .ng-sidebar,
-.runninginstances .popover-body {
+.runninginstances .popover-body,
+.resources-chart-popover .popover-body {
   &::-webkit-scrollbar {
     @include wh-value(10px, null);
   }
@@ -149,7 +150,7 @@ body {
     padding-right: 0px;
   }
   .mandatory-label {
-    @include font(null, 10px, null);
+    @include font(null, 11px, null);
   }
   .dropzone {
     min-height: 50px;
@@ -263,6 +264,14 @@ body {
       overflow-y: scroll;
     }
   }
+  .resources-chart-popover {
+    max-width: 60% !important;
+    @include font-family("Roboto");
+    .popover-body {
+      max-height: 60vh;
+      overflow-y: scroll;
+    }
+  }
   /****************************************************************************/
   /************************** Smart table custom design ***********************/
   /****************************************************************************/