Skip to content

Commit 5a1522d

Browse files
Simone-Ramundigithub-actions[bot]
authored andcommitted
[DURACOM-300] Fixed space in registration form
(cherry picked from commit 2b10418)
1 parent a5dff6d commit 5a1522d

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)