fix: Hardcoded dimensions in layout constraints with format

This commit is contained in:
karenvicent
2025-06-26 09:18:49 -04:00
parent 32edb64da4
commit e91e01adf3

View File

@@ -89,9 +89,9 @@ const Fallback = ({
borderStyle: "dashed",
height: "60vh",
width: "45%",
minWidth: theme.spacing(200),
maxHeight: theme.breakpoints.values.sm,
maxWidth: theme.breakpoints.values.md,
minWidth: theme.spacing(200),
maxHeight: theme.breakpoints.values.sm,
maxWidth: theme.breakpoints.values.md,
}}
>
<Stack