1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

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

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>