Fix checkbox alignment for dailies

This commit is contained in:
Ian Oxley
2019-03-23 22:12:43 +00:00
parent 83bce24e1f
commit 8fb0d0899d

View File

@@ -422,11 +422,13 @@
} }
.left-control { .left-control {
align-items: center;
border-top-left-radius: 2px; border-top-left-radius: 2px;
border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
min-height: 60px; min-height: 60px;
border: 1px solid transparent; border: 1px solid transparent;
border-right: none; border-right: none;
flex-direction: row;
& + .task-content { & + .task-content {
border-left: none; border-left: none;