diff --git a/src/components/tasks/partials/repeatAfter.vue b/src/components/tasks/partials/repeatAfter.vue index bed6ecdca..f7eabf274 100644 --- a/src/components/tasks/partials/repeatAfter.vue +++ b/src/components/tasks/partials/repeatAfter.vue @@ -1,40 +1,47 @@ @@ -83,6 +90,11 @@ export default { this.$emit('input', this.task) this.$emit('change') }, + setRepeatAfter(amount, type) { + this.repeatAfter.amount = amount + this.repeatAfter.type = type + this.updateData() + }, }, } @@ -92,7 +104,11 @@ p { padding-top: 6px; } -.columns { - align-items: center; +.input { + min-width: 2rem; +} + +.fancycheckbox { + padding: 0; } \ No newline at end of file