Tweak whitespace

This commit is contained in:
Fred Carlsen
2019-02-13 20:32:25 +01:00
committed by Jacob Evans
parent 41aaf428bf
commit 155b5dd42f

View File

@@ -84,7 +84,7 @@ export class AddressTable extends React.Component<AddressTableProps, AddressTabl
const Wrapper = styled.div<{ marginBottom?: string }>`
background-color: #fff;
border-radius: 4px;
margin-bottom: ${props => props.marginBottom || '12px'};
margin-bottom: ${props => props.marginBottom || '25px'};
padding: 10px 30px;
height: 230px;
overflow-y: auto;