From d88f0c3ba3cd751b85017c81c38e672dc71de3cc Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Fri, 18 Nov 2022 17:03:39 +0200 Subject: [PATCH] UI: Fixed custom dashboard CSS was not applied when a dashboard is full-screen --- .../components/dashboard-page/dashboard-page.component.html | 2 +- .../home/components/dashboard-page/dashboard-page.component.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html index db40fdc5d8..ca1bae3de7 100644 --- a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html +++ b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html @@ -16,7 +16,7 @@ -->
+ fxFlex tb-fullscreen [fullscreenElement]="elRef.nativeElement" [fullscreen]="widgetEditMode || iframeMode || forceFullscreen || isFullscreen">