Tweak whitespace
This commit is contained in:
committed by
Jacob Evans
parent
41aaf428bf
commit
155b5dd42f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user