Add 8px margin to the left of the Tasks' tab list (#5833)
I implemented the margin requested on #5827 --------- Co-authored-by: Thomas Trompette <thomas.trompette@sfr.fr>
This commit is contained in:
committed by
GitHub
parent
5ec98b5ac3
commit
5fe2fc2778
@ -29,7 +29,6 @@ const StyledTabListContainer = styled.div`
|
|||||||
align-items: end;
|
align-items: end;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin-left: ${({ theme }) => `-${theme.spacing(2)}`};
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const Tasks = () => {
|
export const Tasks = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user