Skip to content

Commit

Permalink
Tweak sub menu offset
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed May 31, 2023
1 parent 4722d5f commit a938932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/dropdown-menu-v2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import type {
} from './types';

// Menu content's side padding + 4px
const SUB_MENU_OFFSET_SIDE = 12;
const SUB_MENU_OFFSET_SIDE = 16;
// Opposite amount of the top padding of the menu item
const SUB_MENU_OFFSET_ALIGN = -8;

Expand Down

0 comments on commit a938932

Please sign in to comment.