Skip to content

Commit fb01be6

Browse files
fix: breakpoint changed from 1280 to 1536 (#1091)
Co-authored-by: Cody's Dad <40604284+AceTheCreator@users.noreply.github.com>
1 parent 2c5cd5c commit fb01be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/containers/AsyncApi/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const AsyncApiLayout: React.FunctionComponent<Props> = ({
3535
}
3636

3737
const possibleClassName =
38-
width <= 1280 ? 'container:xl' : 'container:base';
38+
width <= 1536 ? 'container:xl' : 'container:base';
3939
if (possibleClassName !== observerClassName) {
4040
setObserverClassName(possibleClassName);
4141
}

0 commit comments

Comments
 (0)