Browse Source

Fix alignment

pull/2689/head
Thomas 2 years ago
parent
commit
021e41bcd8
  1. 2
      apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html

2
apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html

@ -33,7 +33,7 @@
place. If I lose it, I cannot get my account back. place. If I lose it, I cannot get my account back.
</p> </p>
</div> </div>
<div class="float-right" mat-dialog-actions> <div class="justify-content-end" mat-dialog-actions>
<button i18n mat-flat-button [mat-dialog-close]="undefined">Cancel</button> <button i18n mat-flat-button [mat-dialog-close]="undefined">Cancel</button>
<button <button
color="primary" color="primary"

Loading…
Cancel
Save