fix stack useFlexGap

This commit is contained in:
Gabe Yuan
2023-08-21 14:43:22 +08:00
parent 3c3ebdf96c
commit 3a11465c24

View File

@@ -479,7 +479,7 @@ function UserRules() {
return (
<Stack spacing={3}>
<Stack direction="row" spacing={2}>
<Stack direction="row" spacing={2} useFlexGap flexWrap="wrap">
<Button
size="small"
variant="contained"