Skip to content

Commit

Permalink
fix: prevent avatar dropdown from touching course finder button
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed May 6, 2024
1 parent 236f6a8 commit 879e617
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/site-header/SiteHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ const SiteHeader = () => {
<SiteHeaderLogos />
<nav aria-label="Secondary" className="nav secondary-menu-container align-items-center ml-auto">
<SiteHeaderNavMenu />
<AvatarDropdown />
<div className="ml-2">
<AvatarDropdown />
</div>
</nav>
</div>
</Container>
Expand Down

0 comments on commit 879e617

Please sign in to comment.