Skip to content

Commit

Permalink
Merge pull request #3656 from 4Science/task/main/DURACOM-300
Browse files Browse the repository at this point in the history
#3655 - Fixes Spacing Issue Between Email Label and Email Address on Profile Setup Form
  • Loading branch information
tdonohue authored Nov 15, 2024
2 parents aec402e + 2b10418 commit bfefc41
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 bfefc41

Please sign in to comment.