From 1c400d6685ebd87ab11f34b533d1677e8f4cf62f Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Thu, 27 Jun 2024 11:05:24 +0300 Subject: [PATCH] RED-9373: removed fixed width property on dashboard card. --- .../dashboard/dashboard-screen/dashboard-screen.component.scss | 1 - 1 file changed, 1 deletion(-) 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 b782d561c..e58cf19de 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,7 +4,6 @@ .container { padding: 32px; - width: 900px; max-width: 100%; box-sizing: border-box; }