mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
Match formatting to other button groups (#1219)
This commit is contained in:
parent
3eda0aa2cd
commit
37752b566b
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user