Skip to content

Commit

Permalink
🐛 fix alignment topbardropdown (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle authored Feb 23, 2024
1 parent edb3dd3 commit 0f202fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pageComponents/shared/siteMenu/TopbarDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Props = {
children: ReactNode
} & BackgroundContainerProps

export const TopbarDropdown = ({ children, right = '15px', style, ...rest }: Props) => {
export const TopbarDropdown = ({ children, right = '0px', style, ...rest }: Props) => {
return (
<StyledTopbarDropdown
style={
Expand Down

0 comments on commit 0f202fa

Please sign in to comment.