Fix long visibility

This commit is contained in:
Alexander Burmatov 2024-11-14 00:59:07 +03:00 committed by Alexander Stepchenko
parent b238cdc9a1
commit e285a4848a
2 changed files with 4 additions and 2 deletions

View File

@ -135,7 +135,8 @@ const useStyles = makeStyles((theme) => ({
padding: '0.313rem 0.625rem' padding: '0.313rem 0.625rem'
}, },
chipLabel: { chipLabel: {
padding: '0' padding: '0',
overflow: 'visible'
}, },
vendor: { vendor: {
color: theme.palette.primary.main, color: theme.palette.primary.main,

View File

@ -166,7 +166,8 @@ const useStyles = makeStyles((theme) => ({
padding: '0.313rem 0.625rem' padding: '0.313rem 0.625rem'
}, },
chipLabel: { chipLabel: {
padding: '0' padding: '0',
overflow: 'visible'
} }
})); }));