Commit a43bc4172433ef274bf64da3a743c3d2861e7e17
Exists in
master
and in
3 other branches
Merge pull request #127 from colab/fix_email_out_of_column_width
Expand column width for email subscriptions
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> |