Skip to content

Commit

Permalink
Merge pull request #3659 from DSpace/backport-3656-to-dspace-8_x
Browse files Browse the repository at this point in the history
[Port dspace-8_x] #3655 - Fixes Spacing Issue Between Email Label and Email Address on Profile Setup Form
  • Loading branch information
tdonohue authored Nov 15, 2024
2 parents 9e28099 + f6e30b0 commit e55b78b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h3 class="mb-4">{{'register-page.create-profile.header' | translate}}</h3>
<div class="card-body">
<div class="row">
<div class="col-12">
<label class="font-weight-bold"
<label class="font-weight-bold mr-4"
for="email">{{'register-page.create-profile.identification.email' | translate}}</label>
<span id="email">{{(registration$ |async).email}}</span></div>
</div>
Expand Down

0 comments on commit e55b78b

Please sign in to comment.