Skip to content

Commit

Permalink
align textinput and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
junjun107 authored and hanapotski committed Oct 10, 2023
1 parent 26d8d56 commit 80bec26
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,11 @@ const ResultsFilters = ({
</Grid2>
</Grid2>
<Grid2 xs={12} sm={6}>
<Stack direction="row" sx={{ margin: "0.5rem" }}>
<Stack
direction="row"
alignItems="center"
sx={{ margin: "0.5rem" }}
>
<AddressDropDown />
<Tooltip
title={
Expand Down

0 comments on commit 80bec26

Please sign in to comment.