Skip to content

Commit

Permalink
padding fix per Orion
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cedrone-cengage committed Oct 19, 2023
1 parent ed35338 commit 867a803
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export const DropdownContent = React.forwardRef<
<StyledDiv
aria-labelledby={context.dropdownButtonId.current}
role={hasItemChildren ? 'menu' : null}
style={hasExpandableItems ? { padding: '0' } : {}}
theme={theme}
>
{children}
Expand Down

0 comments on commit 867a803

Please sign in to comment.