Skip to content

Commit

Permalink
fix: Add spacing around new search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Dec 18, 2024
1 parent 2265a18 commit 3fd40f0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/modules/search/components/AppBarSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ const AppBarSearch = () => {
return (
<BarSearch>
{!isMobile && (
<AssistantDesktop
componentsProps={{ SearchBarDesktop: { size: 'small' } }}
/>
<div className="u-flex-grow u-mh-2">
<AssistantDesktop
componentsProps={{ SearchBarDesktop: { size: 'small' } }}
/>
</div>
)}
</BarSearch>
)
Expand Down

0 comments on commit 3fd40f0

Please sign in to comment.