fix width of network labels
This commit is contained in:
parent
9ef4977d4b
commit
053597214f
|
@ -24,10 +24,7 @@ const useStyles = makeStyles({
|
||||||
lineHeight: 'normal',
|
lineHeight: 'normal',
|
||||||
margin: '0',
|
margin: '0',
|
||||||
padding: `${xs} ${sm}`,
|
padding: `${xs} ${sm}`,
|
||||||
|
width: 'fit-content',
|
||||||
/* [`@media (min-width: ${screenSm}px)`]: {
|
|
||||||
marginLeft: '8px',
|
|
||||||
}, */
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue