8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5025c commit df82f29Copy full SHA for df82f29
site/src/components/Filter/filter.tsx
@@ -154,7 +154,14 @@ export const Filter = ({
154
}, [filter.query])
155
156
return (
157
79AD code>
- <Box display="flex" sx={{ gap: 1, mb: 2 }}>
+ <Box
158
+ sx={{
159
+ display: "flex",
160
+ flexWrap: ["wrap", undefined, "nowrap"],
161
+ gap: 1,
162
+ mb: 2,
163
+ }}
164
+ >
165
{isLoading ? (
166
skeleton
167
) : (
0 commit comments