Skip to content

Commit 79e41ee

Browse files
committed
fix: expand kanban column drop zone to full height
The droppable area in kanban columns was limited to near the top, making it difficult to drop cards lower in the column. Fixes #18842
1 parent cc2be50 commit 79e41ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/twenty-front/src/modules/object-record/record-board/components/RecordBoardColumns.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { themeCssVariables } from 'twenty-ui/theme-constants';
77

88
const StyledColumnContainer = styled.div`
99
display: flex;
10+
flex: 1;
1011
1112
& > *:not(:first-of-type) {
1213
border-left: 1px solid ${themeCssVariables.border.color.light};

0 commit comments

Comments
 (0)