From 6693933941fc3815f31dba46cdede168fe1fa245 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Thu, 3 Oct 2024 14:33:09 +0300 Subject: [PATCH] RED-9559: dashboard skeleton, empty state and stats have the same width. --- .../dashboard-skeleton/dashboard-skeleton.component.scss | 2 +- .../dashboard/dashboard-screen/dashboard-screen.component.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/components/skeleton/dashboard-skeleton/dashboard-skeleton.component.scss b/apps/red-ui/src/app/components/skeleton/dashboard-skeleton/dashboard-skeleton.component.scss index 535465137..50bd18553 100644 --- a/apps/red-ui/src/app/components/skeleton/dashboard-skeleton/dashboard-skeleton.component.scss +++ b/apps/red-ui/src/app/components/skeleton/dashboard-skeleton/dashboard-skeleton.component.scss @@ -9,7 +9,7 @@ .container { padding: 32px; - width: 900px; + width: 1000px; max-width: 100%; box-sizing: border-box; } diff --git a/apps/red-ui/src/app/modules/dashboard/dashboard-screen/dashboard-screen.component.scss b/apps/red-ui/src/app/modules/dashboard/dashboard-screen/dashboard-screen.component.scss index e58cf19de..976ac19cd 100644 --- a/apps/red-ui/src/app/modules/dashboard/dashboard-screen/dashboard-screen.component.scss +++ b/apps/red-ui/src/app/modules/dashboard/dashboard-screen/dashboard-screen.component.scss @@ -4,6 +4,7 @@ .container { padding: 32px; + width: 1000px; max-width: 100%; box-sizing: border-box; }