Skip to content

Commit

Permalink
Undo indentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Dec 22, 2023
1 parent 62ff7e9 commit 5019d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/src/dropdown-menu-v2/styles.ts
Expand Up @@ -254,9 +254,9 @@ export const ItemPrefixWrapper = styled.span`

export const DropdownMenuItemContentWrapper = styled.div`
/*
* Always occupy the second column, since the first column
* is taken by the prefix wrapper (when displayed).
*/
* Always occupy the second column, since the first column
* is taken by the prefix wrapper (when displayed).
*/
grid-column: 2;
display: flex;
Expand Down

0 comments on commit 5019d09

Please sign in to comment.