Commit a43bc4172433ef274bf64da3a743c3d2861e7e17

Authored by Sergio Oliveira
2 parents e24dc879 f35c783d

Merge pull request #127 from colab/fix_email_out_of_column_width

Expand column width for email subscriptions
colab/accounts/templates/accounts/manage_subscriptions.html
... ... @@ -12,7 +12,7 @@
12 12  
13 13 <div class="row">
14 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 16 <div class="panel panel-default">
17 17 <div class="panel-heading">
18 18 <h3 class="panel-title">{{ email }}</h3>
... ...