Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix: menu min-width (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
alantoa authored Oct 11, 2023
1 parent 7054b51 commit 500737a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/components/header/header.md.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export const HeaderMd = withColorScheme(() => {

<DropdownMenuContent
align="center"
style={{ minWidth: 200 }}
style={{ minWidth: 150 }}
disableBlurEffect
side="bottom"
sideOffset={0}
Expand Down

0 comments on commit 500737a

Please sign in to comment.