mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Match formatting to other button groups (#1219)
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
{{'additionalOptionsDesc' | i18n }}
|
{{'additionalOptionsDesc' | i18n }}
|
||||||
</p>
|
</p>
|
||||||
<div class="d-flex">
|
<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">
|
[disabled]="showDownloadLicense">
|
||||||
{{'downloadLicense' | i18n}}
|
{{'downloadLicense' | i18n}}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user