forked from cerc-io/snowballtools-base
🎨 style: adjust filter form mobile
This commit is contained in:
parent
1d96f6430f
commit
6d861c71cc
@ -75,7 +75,7 @@ const FilterForm = ({ value, onChange }: FilterFormProps) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="xl:grid xl:grid-cols-8 flex flex-col xl:gap-3 gap-0">
|
<div className="xl:grid xl:grid-cols-8 flex flex-col xl:gap-3 gap-3">
|
||||||
<div className="col-span-4 flex items-center">
|
<div className="col-span-4 flex items-center">
|
||||||
<Input
|
<Input
|
||||||
placeholder="Search branches"
|
placeholder="Search branches"
|
||||||
|
Loading…
Reference in New Issue
Block a user