Skip to content

Commit 9ba0e5f

Browse files
committed
addr bar full width
1 parent 648ce7e commit 9ba0e5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/components/FoodSeeker/SearchResults/ResultsFilters/ResultsFilters.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const ResultsFilters: FC<ResultsFiltersProps> = ({
2929
>
3030
<Grid2
3131
display={{ xs: "none", sm: "block" }}
32-
sm={4}
32+
sm="auto"
3333
sx={{
3434
paddingLeft: "1rem",
3535
}}
@@ -50,7 +50,7 @@ const ResultsFilters: FC<ResultsFiltersProps> = ({
5050
<Grid2
5151
container
5252
xs={12}
53-
sm={8}
53+
sm={true}
5454
justifyContent="center"
5555
alignItems="center"
5656
>

0 commit comments

Comments
 (0)