fix: add oneOf buttons vertical space when wrapped to new line

This commit is contained in:
Roman Hotsiy 2019-10-16 17:21:32 +03:00
parent ce885f864a
commit cd9fd61831
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -18,6 +18,7 @@ export const OneOfLabel = styled.span`
export const OneOfButton = styled.li<{ active: boolean }>`
display: inline-block;
margin-right: 10px;
margin-bottom: 5px;
font-size: 0.8em;
cursor: pointer;
border: 1px solid ${props => props.theme.colors.primary.main};