Skip to content

Commit

Permalink
Update packages/manager/src/features/Kubernetes/KubernetesClusterDeta…
Browse files Browse the repository at this point in the history
…il/KubeClusterSpecs.tsx

Co-authored-by: Hana Xu <115299789+hana-akamai@users.noreply.github.com>
  • Loading branch information
mjac0bs and hana-akamai authored Jan 2, 2025
1 parent f18c386 commit 9543065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const KubeClusterSpecs = React.memo((props: Props) => {
} = useKubernetesTypesQuery();

const matchesColGapBreakpointDown = useMediaQuery(
theme.breakpoints.down(1280)
theme.breakpoints.down(theme.breakpoints.values.lg)
);

const lkeHAType = kubernetesHighAvailabilityTypesData?.find(
Expand Down

0 comments on commit 9543065

Please sign in to comment.