Skip to content

Commit c05d24d

Browse files
authored
fix: table view dropdown should have a minimum width (#1467)
1 parent 85c8139 commit c05d24d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front/src/modules/ui/table/options/components/TableViewsDropdownButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const StyledViewIcon = styled(IconList)`
6060
const StyledViewName = styled.span`
6161
display: inline-block;
6262
max-width: 200px;
63+
min-width: 118px;
6364
@media (max-width: 375px) {
6465
max-width: 90px;
6566
}

0 commit comments

Comments
 (0)