Commit 3e807090d784b6b1fce8a2bacbc238fb3231eac2
1 parent
97186e74
Exists in
master
and in
39 other branches
Small tweak on user profile charts
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/accounts/templates/accounts/user_detail.html
... | ... | @@ -61,7 +61,7 @@ |
61 | 61 | </div> |
62 | 62 | |
63 | 63 | |
64 | - <div class="col-lg-4 col-md-4 col-sm-8 col-lg-offset-0 col-sm-offset-4"> | |
64 | + <div class="col-lg-4 col-md-4 col-sm-8 col-lg-offset-0 col-md-offset-0 col-sm-offset-4"> | |
65 | 65 | <div class="panel panel-default"> |
66 | 66 | <div class="panel-heading"> |
67 | 67 | <h3 class="panel-title">{% trans "Mailing list Participation" %}</h3> | ... | ... |