mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
refactor: align dialog actions to the start in schedule task dialog
This commit is contained in:
parent
9b3b65183d
commit
e6dada42e9
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
</div>
|
||||
</mat-dialog-content>
|
||||
|
||||
<mat-dialog-actions align="end">
|
||||
<mat-dialog-actions align="start">
|
||||
@if (data.task && (data.task.dueWithTime || plannedDayForTask)) {
|
||||
<button
|
||||
(click)="remove()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue