We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7127c07 commit 7ea25ebCopy full SHA for 7ea25eb
src/app/student/map/_components/MapFilters.tsx
@@ -40,7 +40,7 @@ export default function MapFilters({
40
onChange={selected => onFilterChange(f, selected)}></FilterSection>
41
))}
42
</div>
43
- <div className="flex">
+ <div className="flex px-5">
44
<Button onClick={onSelect} className="ml-auto px-7">
45
Select
46
</Button>
0 commit comments