From c99a129f8427145dd7ff341f590c03799c24a41f Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Tue, 7 Nov 2023 18:32:22 +0200 Subject: [PATCH] UI: Fixed breakpoint --- .../components/dashboard-page/dashboard-page.component.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.scss b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.scss index a52ea72de7..09ba2d7f95 100644 --- a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.scss +++ b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.scss @@ -139,11 +139,7 @@ div.tb-dashboard-page { } @media #{$mat-gt-md} { - width: min(75%, 956px) !important; - } - - @media #{$mat-gt-xl} { - width: min(60%, 956px) !important; + width: min(85%, 956px) !important; } @media screen and (min-width: 2000px) {