Skip to content

Commit

Permalink
Merge pull request #1132 from ORCID/affiliation-update-button-spacing
Browse files Browse the repository at this point in the history
add spacing between buttons
  • Loading branch information
bobcaprice authored Mar 19, 2024
2 parents 84ce594 + c59c921 commit 3d204ee
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 3d204ee

Please sign in to comment.