Fix style for address table

This commit is contained in:
Jacob Evans
2019-02-19 09:12:29 -08:00
parent 44300dabb0
commit 184e111e39

View File

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