mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +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 {
|
.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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue