fix: nested oneOf button spacing

fixes #719
This commit is contained in:
Roman Hotsiy 2018-11-27 11:35:43 +02:00
parent 27d195ef38
commit 3673720497
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -1,7 +1,7 @@
import styled from '../styled-components';
export const OneOfList = styled.ul`
margin: 0;
margin: 0 0 3px 0;
padding: 0;
list-style: none;
display: inline-block;