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