Skip to content

Commit a7a41a1

Browse files
gitstart-twentymaelfosso
authored andcommitted
Fix: positioning of label to rename columns (twentyhq#1051)
Fix positioning of label to rename columns Co-authored-by: Mael FOSSO <[email protected]>
1 parent 9cd9f42 commit a7a41a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front/src/modules/ui/board/components/BoardColumn.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const StyledColumn = styled.div<{ isFirstColumn: boolean }>`
2121
min-width: 200px;
2222
2323
padding: ${({ theme }) => theme.spacing(2)};
24+
position: relative;
2425
`;
2526

2627
const StyledHeader = styled.div`

0 commit comments

Comments
 (0)