From d621792714ca4b021774aa6c9e80fb9203574fdb Mon Sep 17 00:00:00 2001 From: catosaurusrex2003 Date: Mon, 14 Oct 2024 23:58:32 +0530 Subject: [PATCH] breakpoint changed from 1280 to 1536 --- library/src/containers/AsyncApi/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/containers/AsyncApi/Layout.tsx b/library/src/containers/AsyncApi/Layout.tsx index 5bf6bac38..3a6a6702f 100644 --- a/library/src/containers/AsyncApi/Layout.tsx +++ b/library/src/containers/AsyncApi/Layout.tsx @@ -35,7 +35,7 @@ const AsyncApiLayout: React.FunctionComponent = ({ } const possibleClassName = - width <= 1280 ? 'container:xl' : 'container:base'; + width <= 1536 ? 'container:xl' : 'container:base'; if (possibleClassName !== observerClassName) { setObserverClassName(possibleClassName); }