Skip to content

Commit

Permalink
[DURACOM-300] Fixed space in registration form
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone-Ramundi committed Nov 15, 2024
1 parent aec402e commit 2b10418
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 2b10418

Please sign in to comment.