diff --git a/src/components/Popups/PopupItem.tsx b/src/components/Popups/PopupItem.tsx index efd2ffd2e7..8fe6ba5eb9 100644 --- a/src/components/Popups/PopupItem.tsx +++ b/src/components/Popups/PopupItem.tsx @@ -30,6 +30,9 @@ export const Popup = styled.div` ${({ theme }) => theme.mediaWidth.upToSmall` min-width: 290px; + &:not(:last-of-type) { + margin-right: 35px; + } `} ` const Fader = styled.div`