Refactor ProfileList

This commit is contained in:
Thomas Nordquist
2019-06-24 12:10:02 +02:00
parent e0d35548c5
commit 341ab44f9e
5 changed files with 128 additions and 131 deletions

View File

@@ -162,14 +162,6 @@ const styles = (theme: Theme) => ({
marginTop: theme.spacing(3),
float: 'right' as 'right',
},
certificateName: {
width: '100%',
height: 'calc(1em + 4px)',
overflow: 'hidden' as 'hidden',
whiteSpace: 'nowrap' as 'nowrap',
textOverflow: 'ellipsis' as 'ellipsis',
color: theme.palette.text.hint,
},
})
export default connect(