diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 414e07b..8924f13 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -2,7 +2,7 @@
- @@ -12,16 +12,25 @@
- -
-
{{item.STATUS}}
-
- {{item.custgroupName}} -
-
{{item.team}}

-
{{item.COMMENT | short}}
- -
+ + +
+
{{item.STATUS}}
+
+ {{item.custgroupName}} +
+
{{item.team}}

+ +
+ + +
+
{{item.COMMENT | short}}
+
+ + +
+
diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index b0e88d9..221b4c1 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -17,4 +17,5 @@ .dashboard-stat { overflow: visible; height: 220px; + } -- libgit2 0.21.2