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:
@ -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`
|
||||
|
||||
Reference in New Issue
Block a user