File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55ul {
66 list-style-type : none ;
77 padding : 0 ;
8+ line-height : 150% ;
89}
910
1011li {
Original file line number Diff line number Diff line change 1717 overdue: new Date(todo.dueDate + ' 23:59:59.999') < new Date(),
1818 }"
1919 >{{ todo.task }}: Due {{ todo.dueDate }} Priority:
20- {{ todo.priority }} Difficulty: {{ todo.difficulty }} Repeat:<span
21- v-if =" todo.repeatFrequency != 5"
22- >{{ todo.repeatOften }}</span
20+ {{ todo.priority }} Difficulty: {{ todo.difficulty }} Repeat:
21+ <span v-if =" todo.repeatFrequency != 5" >{{ todo.repeatOften }}</span
2322 >  ; <span v-if =" todo.repeatFrequency == 1" >Day</span
2423 ><span v-if =" todo.repeatFrequency == 2" >Week</span
2524 ><span v-if =" todo.repeatFrequency == 3" >Month</span
You can’t perform that action at this time.
0 commit comments