Skip to content

Commit 9cead1f

Browse files
committed
margin fixed
1 parent 21af35a commit 9cead1f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/app/ubs/ubs-user/components/ubs-user-orders-list/ubs-user-order-cancel-pop-up/ubs-user-order-cancel-pop-up.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div class="action-btns">
88
<mat-dialog-actions>
9-
<button class="ubs-secondary-global-button s-btn" mat-dialog-close>
9+
<button class="ubs-secondary-global-button s-btn mr-16" mat-dialog-close>
1010
{{ 'ubs-client-profile.cancel-modal.disagree' | translate }}
1111
</button>
1212
<button class="ubs-primary-global-button s-btn" (click)="deleteCard()" mat-dialog-close>

src/app/ubs/ubs-user/components/ubs-user-orders-list/ubs-user-order-cancel-pop-up/ubs-user-order-cancel-pop-up.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@
2222
}
2323
}
2424
}
25+
26+
.mr-16 {
27+
margin-right: 16px;
28+
}

0 commit comments

Comments
 (0)