fix: table view dropdown should have a minimum width (#1467)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user