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 40720d5 commit 495f1d9Copy full SHA for 495f1d9
site/src/components/Filter/filter.tsx
@@ -154,7 +154,14 @@ export const Filter = ({
154
}, [filter.query])
155
156
return (
157
- <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