diff --git a/packages/react/src/components/dropdown-list/dropdown-list.tsx b/packages/react/src/components/dropdown-list/dropdown-list.tsx index a0327c7378..aef7d4d814 100644 --- a/packages/react/src/components/dropdown-list/dropdown-list.tsx +++ b/packages/react/src/components/dropdown-list/dropdown-list.tsx @@ -95,7 +95,7 @@ const TagWrapper = styled.div` const ListBoxTag = styled(Tag)` margin: 2px; - + & + & { margin-left: 2px; } @@ -431,7 +431,7 @@ export const DropdownList: VoidFunctionComponent