mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 09:02:11 +03:00
Fix: positioning of label to rename columns (#1051)
Fix positioning of label to rename columns Co-authored-by: Mael FOSSO <fosso.mael.elvis@gmail.com>
This commit is contained in:
parent
2680289ff7
commit
e06588d8a8
@ -21,6 +21,7 @@ export const StyledColumn = styled.div<{ isFirstColumn: boolean }>`
|
||||
min-width: 200px;
|
||||
|
||||
padding: ${({ theme }) => theme.spacing(2)};
|
||||
position: relative;
|
||||
`;
|
||||
|
||||
const StyledHeader = styled.div`
|
||||
|
Loading…
Reference in New Issue
Block a user