Skip to content

Commit

Permalink
fix(toast-panel): query in html takes all space
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Sep 18, 2019
1 parent dae5a91 commit 92f2727
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 @@ -55,3 +55,7 @@ igo-panel ::ng-deep .igo-panel-content {
-ms-user-select: auto !important;
user-select: auto !important;
}

igo-feature-details ::ng-deep iframe {
min-height: 227px;
}

0 comments on commit 92f2727

Please sign in to comment.