diff --git a/packages/twenty-front/src/modules/object-record/record-index/components/RecordIndexPageKanbanAddMenuItem.tsx b/packages/twenty-front/src/modules/object-record/record-index/components/RecordIndexPageKanbanAddMenuItem.tsx index a99b3abfd..f7b288191 100644 --- a/packages/twenty-front/src/modules/object-record/record-index/components/RecordIndexPageKanbanAddMenuItem.tsx +++ b/packages/twenty-front/src/modules/object-record/record-index/components/RecordIndexPageKanbanAddMenuItem.tsx @@ -5,7 +5,7 @@ import styled from '@emotion/styled'; import { Tag } from 'twenty-ui'; const StyledMenuItem = styled(MenuItem)` - width: 200px; + width: calc(100% - 2 * var(--horizontal-padding)); `; type RecordIndexPageKanbanAddMenuItemProps = {