From 0352ca86c4a0f0a52deaa830d44d124b322791fd Mon Sep 17 00:00:00 2001 From: Jorge Moya Date: Tue, 7 May 2024 15:36:34 -0500 Subject: [PATCH] feat(core): add a min width to body --- .changeset/quiet-carrots-yell.md | 5 +++++ core/app/[locale]/layout.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/quiet-carrots-yell.md diff --git a/.changeset/quiet-carrots-yell.md b/.changeset/quiet-carrots-yell.md new file mode 100644 index 000000000..917706991 --- /dev/null +++ b/.changeset/quiet-carrots-yell.md @@ -0,0 +1,5 @@ +--- +"@bigcommerce/catalyst-core": patch +--- + +Set a min width to body. diff --git a/core/app/[locale]/layout.tsx b/core/app/[locale]/layout.tsx index 54e3a11b0..593acf58d 100644 --- a/core/app/[locale]/layout.tsx +++ b/core/app/[locale]/layout.tsx @@ -67,7 +67,7 @@ export default function RootLayout({ children, params: { locale } }: RootLayoutP return ( - + {children}