Skip to content

Commit e59674b

Browse files
authored
Merge pull request #3658 from DSpace/backport-3656-to-dspace-7_x
[Port dspace-7_x] #3655 - Fixes Spacing Issue Between Email Label and Email Address on Profile Setup Form
2 parents a5dff6d + 5a1522d commit e59674b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h3 class="mb-4">{{'register-page.create-profile.header' | translate}}</h3>
55
<div class="card-body">
66
<div class="row">
77
<div class="col-12">
8-
<label class="font-weight-bold"
8+
<label class="font-weight-bold mr-4"
99
for="email">{{'register-page.create-profile.identification.email' | translate}}</label>
1010
<span id="email">{{(registration$ |async).email}}</span></div>
1111
</div>

0 commit comments

Comments
 (0)