Fix checkbox label is lower than checkbox

This commit is contained in:
2023-06-27 16:34:01 +08:00
parent 5b33cc8d96
commit 086441e3b7

View File

@@ -280,7 +280,7 @@ div.new_task>div.container>div.bottom {
padding-top: 0;
}
.settings label {
.settings>div:not(.check-box) label {
line-height: normal;
}