Match formatting to other button groups (#1219)

This commit is contained in:
Matt Gibson 2021-10-07 08:05:17 -05:00 committed by GitHub
parent 3eda0aa2cd
commit 37752b566b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
{{'additionalOptionsDesc' | i18n }}
</p>
<div class="d-flex">
<button type="button" class="btn btn-outline-secondary ml-1" (click)="downloadLicense()" *ngIf="canDownloadLicense"
<button type="button" class="btn btn-outline-secondary" (click)="downloadLicense()" *ngIf="canDownloadLicense"
[disabled]="showDownloadLicense">
{{'downloadLicense' | i18n}}
</button>