Commit 893519a87b5f4ff31ea4a622e38f3aef73d29c61
1 parent
cc0236fa
Exists in
master
and in
39 other branches
Minor fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/accounts/templates/accounts/user_detail.html
... | ... | @@ -100,7 +100,7 @@ |
100 | 100 | |
101 | 101 | |
102 | 102 | {% if user_.badge_set.exists %} |
103 | - <div class="col-lg-8 col-md-12 col-sm-offset-5 col-sm-7"> | |
103 | + <div class="col-lg-8 col-md-12 col-sm-7"> | |
104 | 104 | <div class="panel panel-default"> |
105 | 105 | <div class="panel-heading"> |
106 | 106 | <h3 class="panel-title">{% trans "Badges" %}</h3> | ... | ... |