mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-24 19:01:01 -06:00
fix: Hardcoded dimensions in layout constraints with format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user