Commit f35c783d07aaa8d26994d850a701119e43828985
1 parent
e24dc879
Exists in
master
and in
3 other branches
Expand column width for email subscriptions
[issue: #126] Signed-off-by: Carlos Coêlho <carlosoliveira@duzeru.org>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/accounts/templates/accounts/manage_subscriptions.html
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | 12 | ||
13 | <div class="row"> | 13 | <div class="row"> |
14 | {% for email, lists in membership.items %} | 14 | {% for email, lists in membership.items %} |
15 | - <div class="col-lg-3 col-md-4 col-sm-6 col-xs-12"> | 15 | + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> |
16 | <div class="panel panel-default"> | 16 | <div class="panel panel-default"> |
17 | <div class="panel-heading"> | 17 | <div class="panel-heading"> |
18 | <h3 class="panel-title">{{ email }}</h3> | 18 | <h3 class="panel-title">{{ email }}</h3> |