Skip to content

Commit 299ec45

Browse files
committed
fixing spacing between submit button and accessiblity card in the profile-page.component
1 parent 57e7f3b commit 299ec45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1>{{'profile.title' | translate}}</h1>
3232
</div>
3333
</div>
3434
}
35-
<div class="col-12 text-end pe-0">
35+
<div class="col-12 text-end pe-0 mb-4">
3636
<button class="btn btn-primary" (click)="updateProfile()"><i class="fas fa-edit"></i> {{'profile.form.submit' | translate}}</button>
3737
</div>
3838

0 commit comments

Comments
 (0)