Enable to drag under New button on pipeline (#970)

This commit is contained in:
Charles Bochet
2023-07-27 18:50:29 -07:00
committed by GitHub
parent c13d6b4f60
commit 8cf8183342
2 changed files with 24 additions and 7 deletions

View File

@ -6,7 +6,6 @@ export const StyledBoard = styled.div`
display: flex;
flex: 1;
flex-direction: row;
overflow-x: auto;
padding-left: ${({ theme }) => theme.spacing(2)};
`;