fix width of network labels

This commit is contained in:
Agustín Longoni 2021-05-28 16:17:33 -03:00
parent 9ef4977d4b
commit 053597214f
1 changed files with 1 additions and 4 deletions

View File

@ -24,10 +24,7 @@ const useStyles = makeStyles({
lineHeight: 'normal',
margin: '0',
padding: `${xs} ${sm}`,
/* [`@media (min-width: ${screenSm}px)`]: {
marginLeft: '8px',
}, */
width: 'fit-content',
},
})