Skip to content

Commit

Permalink
fix profile edit card title alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aguscha333 committed May 21, 2019
1 parent 9ab93e8 commit 79c6f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argon-stubs/resources/views/profile/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div class="card bg-secondary shadow">
<div class="card-header bg-white border-0">
<div class="row align-items-center">
<h3 class="mb-0">{{ __('Edit Profile') }}</h3>
<h3 class="col-12 mb-0">{{ __('Edit Profile') }}</h3>
</div>
</div>
<div class="card-body">
Expand Down

0 comments on commit 79c6f88

Please sign in to comment.