Skip to content

Commit

Permalink
fix: breakpoint changed from 1280 to 1536 (#1091)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody's Dad <40604284+AceTheCreator@users.noreply.github.com>
  • Loading branch information
catosaurusrex2003 and AceTheCreator authored Oct 23, 2024
1 parent 2c5cd5c commit fb01be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/containers/AsyncApi/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AsyncApiLayout: React.FunctionComponent<Props> = ({
}

const possibleClassName =
width <= 1280 ? 'container:xl' : 'container:base';
width <= 1536 ? 'container:xl' : 'container:base';
if (possibleClassName !== observerClassName) {
setObserverClassName(possibleClassName);
}
Expand Down

0 comments on commit fb01be6

Please sign in to comment.