chore: align checkbox with title
This commit is contained in:
parent
f0a692f492
commit
c81fd58ec4
|
|
@ -33,6 +33,7 @@ const ActionButton = styled.a`
|
||||||
const Header = styled.div`
|
const Header = styled.div`
|
||||||
max-width: calc(100% - 40px);
|
max-width: calc(100% - 40px);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
`
|
`
|
||||||
const Description = styled.div`
|
const Description = styled.div`
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user