diff options
-rw-r--r-- | app/views/profiles/show.html.haml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml index e6b204451c4..409b6b5a193 100644 --- a/app/views/profiles/show.html.haml +++ b/app/views/profiles/show.html.haml @@ -96,5 +96,7 @@ .row .col-md-7 - .col-sm-2 - = f.submit 'Save changes', class: "btn btn-success" + .form-group + .col-sm-2 + .col-sm-10 + = f.submit 'Save changes', class: "btn btn-success" |