1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-24 01:18:01 +02:00

fix: breakpoint misalignment (#796)

This commit is contained in:
Fredrik Strand Oseberg 2022-03-21 15:45:07 +01:00 committed by GitHub
parent d6cd7c5514
commit 3ccba76d75

View File

@ -38,7 +38,7 @@ const FormTemplate: React.FC<ICreateProps> = ({
const { setToastData } = useToast();
const styles = useStyles();
const commonStyles = useCommonStyles();
const smallScreen = useMediaQuery(`(max-width:${900}px)`);
const smallScreen = useMediaQuery(`(max-width:${899}px)`);
const copyCommand = () => {
if (copy(formatApiCode())) {