Skip to content

Commit

Permalink
Add margin
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Nov 12, 2024
1 parent 413a97f commit 6a95235
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/search/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ const Search = () => {
onSelect={handleSelectTab}
activeBackgroundColor={`${udbMainDarkBlue}`}
variant={TabsVariants.OUTLINED}
css={`
.nav-tabs {
margin-left: 1.5rem;
}
`}
>
<Tabs.Tab
eventKey="events-places"
Expand Down

0 comments on commit 6a95235

Please sign in to comment.