From 9f67666f7a86952485a7eef886fcde70c6d4d898 Mon Sep 17 00:00:00 2001 From: Patryk Andrzejewski Date: Tue, 28 Feb 2023 14:49:48 +0100 Subject: [PATCH] Container value (#3236) --- src/components/AppLayout/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppLayout/consts.ts b/src/components/AppLayout/consts.ts index df00f93fc..4ef4c0055 100644 --- a/src/components/AppLayout/consts.ts +++ b/src/components/AppLayout/consts.ts @@ -1,5 +1,5 @@ export const topBarHeight = "77px"; export const appLoaderHeight = 2; -export const contentMaxWidth = "1440px"; +export const contentMaxWidth = "1920px"; export const savebarHeight = "64px"; export const borderHeight = "1px";