Skip to content

Commit

Permalink
Improve mobile view for filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Marjona6 committed Apr 20, 2024
1 parent f2822b4 commit bdaf943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/search/components/Filters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Filters = ({
}

return (
<div className="flex flex-col md:flex-row w-screen justify-center ml-[-40px] pl-10 gap-2 items-center h-fit md:h-12">
<div className="flex flex-wrap w-screen justify-center gap-2 items-center h-fit">
<Select
multi
placeholder="Language"
Expand Down

0 comments on commit bdaf943

Please sign in to comment.