Fix Bug 1974: No.Of Hours Value for the running instances is hidden in Dashboard

		- No.Of Hours Value for the running instances will be visible in Dashboard Instance graph
		- Changed the metrics error message
		- Changed the font size of mandatory field message.

Change-Id: If6b62d645ba10a38fb969ed189d7e7a5ce2d45a5
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/app/dashboard/DashboardComponent.ts b/src/app/dashboard/DashboardComponent.ts
index d6dc801..b7902a0 100644
--- a/src/app/dashboard/DashboardComponent.ts
+++ b/src/app/dashboard/DashboardComponent.ts
@@ -330,6 +330,11 @@
                 }]
             },
             options: {
+                layout: {
+                    padding: {
+                        top: 20
+                    }
+                },
                 hover: {
                     onHover(evt: Event, item: {}): void {
                         const el: HTMLElement = document.getElementById('canvas');