Skip to content

Commit

Permalink
add spacing between buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Mar 18, 2024
1 parent 6bd3787 commit c59c921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/affiliation/affiliation-update.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
</p>
</div>
<div class="form-group">
<button type="button" id="cancel-save" class="btn btn-outline-primary" (click)="previousState()">
<button type="button" id="cancel-save" class="btn btn-outline-primary mr-2" (click)="previousState()">
<fa-icon [icon]="faBan"></fa-icon>&nbsp;<span jhiTranslate="entity.action.cancel.string">Cancel</span>
</button>
<button type="submit" id="save-entity" [disabled]="editForm.invalid || isSaving" class="btn btn-primary">
Expand Down

0 comments on commit c59c921

Please sign in to comment.