From 392c8052b22b1a1ac16e6db5f4adb5242c4a9beb Mon Sep 17 00:00:00 2001 From: Lucas Bordeau Date: Thu, 7 Sep 2023 22:39:53 +0200 Subject: [PATCH] Fixed Table view dropdown (#1497) --- .../ui/table/options/components/TableViewsDropdownButton.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/front/src/modules/ui/table/options/components/TableViewsDropdownButton.tsx b/front/src/modules/ui/table/options/components/TableViewsDropdownButton.tsx index 978437618..ec62b1805 100644 --- a/front/src/modules/ui/table/options/components/TableViewsDropdownButton.tsx +++ b/front/src/modules/ui/table/options/components/TableViewsDropdownButton.tsx @@ -59,7 +59,6 @@ const StyledViewIcon = styled(IconList)` const StyledViewName = styled.span` display: inline-block; max-width: 200px; - min-width: 118px; @media (max-width: 375px) { max-width: 90px; } @@ -187,7 +186,7 @@ export const TableViewsDropdownButton = ({ <> - {currentTableView?.name || defaultViewName}{' '} + {currentTableView?.name || defaultViewName} ยท {tableViews.length}