Skip to content

Commit

Permalink
justify buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
infacc committed Aug 3, 2023
1 parent d917a68 commit 6c47894
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ <h1 mat-dialog-title>Select a default template:</h1>
</div>
<div class="dialog-actions" mat-dialog-actions>
<button mat-button [mat-dialog-close]="'all-plugins'">Unset</button>
<button mat-button (click)="onCancel()">Cancel</button>
<button mat-button [mat-dialog-close]="templateId"
[disabled]="templateId == null">
<button mat-raised-button [mat-dialog-close]="templateId" color="primary" [disabled]="templateId == null" cdkFocusInitial>
Choose
</button>
<button mat-button (click)="onCancel()">Cancel</button>
</div>
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.template-list
max-height: 33rem
overflow-y: auto
overflow-y: auto

.dialog-actions
justify-content: flex-end

0 comments on commit 6c47894

Please sign in to comment.