WIP: feat: add default reminder for tasks with a due date #2360

Draft
konrad wants to merge 17 commits from feature/add-default-reminder into main
1 changed files with 1 additions and 4 deletions
Showing only changes of commit a341dbd5d2 - Show all commits

View File

@ -56,10 +56,7 @@
}
}
.field.has-addons .select select {
height: 100%;
}
.field.has-addons .select select,
konrad marked this conversation as resolved Outdated

Combine with selector below.

Maybe better: use class for specific case in General

Combine with selector below. Maybe better: use class for specific case in General

I've combined them.

I've combined them.
.field.has-addons .control .select select {
height: 100%;
}