chore: align checkbox with title

This commit is contained in:
mochaaP 2022-06-23 06:01:24 +00:00
parent f0a692f492
commit c81fd58ec4

View File

@ -33,6 +33,7 @@ const ActionButton = styled.a`
const Header = styled.div`
max-width: calc(100% - 40px);
display: flex;
align-items: center;
`
const Description = styled.div`
font-size: 14px;