fix: table view dropdown should have a minimum width (#1467)

This commit is contained in:
Jérémy M
2023-09-06 10:37:02 +02:00
committed by GitHub
parent 85c8139c05
commit c05d24d249

View File

@ -60,6 +60,7 @@ const StyledViewIcon = styled(IconList)`
const StyledViewName = styled.span`
display: inline-block;
max-width: 200px;
min-width: 118px;
@media (max-width: 375px) {
max-width: 90px;
}