mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): improve filter on smaller screens (#7899)
This commit is contained in:
@@ -154,7 +154,14 @@ export const Filter = ({
|
||||
}, [filter.query])
|
||||
|
||||
return (
|
||||
<Box display="flex" sx={{ gap: 1, mb: 2 }}>
|
||||
<Box
|
||||
sx={{
|
||||
display: "flex",
|
||||
flexWrap: ["wrap", undefined, "nowrap"],
|
||||
gap: 1,
|
||||
mb: 2,
|
||||
}}
|
||||
>
|
||||
{isLoading ? (
|
||||
skeleton
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user