Skip to content

Commit 59dfa1f

Browse files
authored
Merge pull request #12 from aguscha333/fix/profile-edit-alignment
Fix profile edit card title alignment
2 parents 9ab93e8 + 79c6f88 commit 59dfa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/argon-stubs/resources/views/profile/edit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<div class="card bg-secondary shadow">
7070
<div class="card-header bg-white border-0">
7171
<div class="row align-items-center">
72-
<h3 class="mb-0">{{ __('Edit Profile') }}</h3>
72+
<h3 class="col-12 mb-0">{{ __('Edit Profile') }}</h3>
7373
</div>
7474
</div>
7575
<div class="card-body">

0 commit comments

Comments
 (0)