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}