fix(notifications): update margin for EVEN SMALLER mobile devices (#1146)
This commit is contained in:
parent
c45c293e82
commit
33fdf28dec
@ -31,7 +31,7 @@ export const Popup = styled.div`
|
||||
${({ theme }) => theme.mediaWidth.upToSmall`
|
||||
min-width: 290px;
|
||||
&:not(:last-of-type) {
|
||||
margin-right: 35px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
`}
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user