Skip to content

Commit de43a0a

Browse files
author
Davide Negretti
committed
Merged in task/dspace-cris-2023_02_x/DSC-1424 (pull request DSpace#1923)
[DSC-1424] fixspace in registration form
2 parents e5a600d + 86e452e commit de43a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/register-page/create-profile/create-profile.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3 class="mb-4">{{'register-page.create-profile.header' | translate}}</h3>
1414
<div class="card-body">
1515
<div class="row">
1616
<div class="col-12">
17-
<label class="font-weight-bold"
17+
<label class="font-weight-bold mr-4"
1818
for="email">{{'register-page.create-profile.identification.email' | translate}}</label>
1919
<span id="email">{{(registration$ |async).email}}</span></div>
2020
</div>

0 commit comments

Comments
 (0)