From 92f272783762358e349c578e07f378c8601b5277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Barbeau?= Date: Wed, 18 Sep 2019 16:08:51 -0400 Subject: [PATCH] fix(toast-panel): query in html takes all space --- src/app/pages/portal/toast-panel/toast-panel.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/pages/portal/toast-panel/toast-panel.component.scss b/src/app/pages/portal/toast-panel/toast-panel.component.scss index 5c616b1ba..594d4c6f6 100644 --- a/src/app/pages/portal/toast-panel/toast-panel.component.scss +++ b/src/app/pages/portal/toast-panel/toast-panel.component.scss @@ -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; +}