Skip to content

Commit

Permalink
fix(dashboard): seed chart responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 2, 2020
1 parent d447757 commit 5728689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/pages/dashboard/dashboard.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ import { ConnectionService } from '../connection.service';
:host nb-tab {
padding-top: 2rem;
}
:host nb-flip-card ::ng-deep div.front-container {
width: 100%;
}
`,
],
})
Expand Down

0 comments on commit 5728689

Please sign in to comment.