1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

[PM-264] When a free user is upgrading their org plan, the Cancel button is misaligned (#5996)

This commit is contained in:
Conner Turnbull
2023-08-28 10:01:15 -04:00
committed by GitHub
parent ea908ec55b
commit 76888d6fd7

View File

@@ -329,7 +329,7 @@
> >
{{ "submit" | i18n }} {{ "submit" | i18n }}
</button> </button>
<button type="button" class="btn btn-outline-secondary" (click)="cancel()" *ngIf="showCancel"> <button type="button" buttonType="secondary" bitButton (click)="cancel()" *ngIf="showCancel">
{{ "cancel" | i18n }} {{ "cancel" | i18n }}
</button> </button>
</div> </div>