Skip to content

Commit

Permalink
fix(toast-panel): overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Jun 5, 2019
1 parent 16deaa8 commit 56e9bf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/pages/portal/toast-panel/toast-panel.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ igo-panel ::ng-deep .igo-panel-header ::ng-deep [panelleftbutton],
igo-panel ::ng-deep .igo-panel-header ::ng-deep [panelrightbutton] {
margin: 0;
}

igo-panel ::ng-deep .igo-panel-content {
max-height: 235px;
}

0 comments on commit 56e9bf1

Please sign in to comment.