Fix style for address table
This commit is contained in:
		@@ -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`;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user