Skip to content

Commit

Permalink
Merge pull request #1961 from MahtabBukhari/center_follow_up_search_bar
Browse files Browse the repository at this point in the history
Ask follow up question Search bar is not aligned Center
  • Loading branch information
Rassl authored Aug 8, 2024
2 parents 6078727 + b75d32f commit 54db63f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App/SideBar/AiSearch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const Search = styled(Flex).attrs({
align: 'center',
})`
flex-grow: 1;
margin-right: 10px;
`

const InputButton = styled(Flex).attrs({
Expand Down

0 comments on commit 54db63f

Please sign in to comment.