feat(tasks): advanced reminders UI and recurrence layout improvements
This commit is contained in:
@@ -1688,6 +1688,7 @@
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: var(--space-3);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.rrule-interval-wrap {
|
||||
@@ -1702,6 +1703,11 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.rrule-until-field {
|
||||
flex: 1;
|
||||
min-width: 220px;
|
||||
}
|
||||
|
||||
.rrule-day-grid {
|
||||
display: flex;
|
||||
gap: var(--space-1);
|
||||
|
||||
Reference in New Issue
Block a user