Fix long visibility
This commit is contained in:
parent
b238cdc9a1
commit
e285a4848a
@ -135,7 +135,8 @@ const useStyles = makeStyles((theme) => ({
|
||||
padding: '0.313rem 0.625rem'
|
||||
},
|
||||
chipLabel: {
|
||||
padding: '0'
|
||||
padding: '0',
|
||||
overflow: 'visible'
|
||||
},
|
||||
vendor: {
|
||||
color: theme.palette.primary.main,
|
||||
|
@ -166,7 +166,8 @@ const useStyles = makeStyles((theme) => ({
|
||||
padding: '0.313rem 0.625rem'
|
||||
},
|
||||
chipLabel: {
|
||||
padding: '0'
|
||||
padding: '0',
|
||||
overflow: 'visible'
|
||||
}
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user