mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 18:24:12 +00:00
Fix checkbox alignment for dailies
This commit is contained in:
parent
83bce24e1f
commit
8fb0d0899d
1 changed files with 2 additions and 0 deletions
|
|
@ -422,11 +422,13 @@
|
|||
}
|
||||
|
||||
.left-control {
|
||||
align-items: center;
|
||||
border-top-left-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
min-height: 60px;
|
||||
border: 1px solid transparent;
|
||||
border-right: none;
|
||||
flex-direction: row;
|
||||
|
||||
& + .task-content {
|
||||
border-left: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue