[PM-264] When a free user is upgrading their org plan, the Cancel button is misaligned (#5996)
This commit is contained in:
parent
ea908ec55b
commit
76888d6fd7
|
@ -329,7 +329,7 @@
|
|||
>
|
||||
{{ "submit" | i18n }}
|
||||
</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 }}
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue