Skip to content

Commit bfefc41

Browse files
authored
Merge pull request #3656 from 4Science/task/main/DURACOM-300
#3655 - Fixes Spacing Issue Between Email Label and Email Address on Profile Setup Form
2 parents aec402e + 2b10418 commit bfefc41

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)