Fix bugs on pipeline new card creation and checkboxes not scrollable

This commit is contained in:
Charles Bochet
2023-07-16 01:19:26 -07:00
parent fcdc82c07a
commit 098cd038bd
4 changed files with 17 additions and 48 deletions

View File

@ -12,6 +12,7 @@ type OwnProps = {
const StyledInputContainer = styled.div`
align-items: center;
display: flex;
position: relative;
`;
const StyledInput = styled.input<{ indeterminate?: boolean }>`