diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index 6ef4749..7b18013 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -16,7 +16,7 @@ .a { white-space: nowrap; - width: 250px; + width: 100%; overflow: hidden; text-overflow:ellipsis; } @@ -24,7 +24,7 @@ .dashboard-stat { overflow: visible; - height: 270px; + height: 240px; } .panel { -- libgit2 0.21.2