Fix: Reduce spacing gap between Task title and subtitle (#5711)
Fixes: #5669 --------- Co-authored-by: Thomas Trompette <thomas.trompette@sfr.fr>
This commit is contained in:
@ -35,7 +35,7 @@ const StyledTitleContainer = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
gap: ${({ theme }) => theme.spacing(3)};
|
||||
gap: ${({ theme }) => theme.spacing(2)};
|
||||
`;
|
||||
|
||||
const StyledTopContainer = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user