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";