Skip to content

Commit

Permalink
Reduced Nav gap on TopBar
Browse files Browse the repository at this point in the history
This is to make the gap look better when collapsed.
  • Loading branch information
chrsrns committed Jan 30, 2024
1 parent b7b56f6 commit 3602517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-frontend-react/src/components/TopBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const TopBar = () => {
onSelect={(link) => {
navigate(link);
}}
className="me-auto"
className="me-auto gap-1"
>
{cookies.login_username
? radios.map((radio, idx) => (
Expand Down

0 comments on commit 3602517

Please sign in to comment.