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:
parent
d6cd7c5514
commit
3ccba76d75
@ -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())) {
|
||||
|
Loading…
Reference in New Issue
Block a user