diff --git a/app/views/inbox/_entry.html.haml b/app/views/inbox/_entry.html.haml
index ea6ff358..821daa36 100644
--- a/app/views/inbox/_entry.html.haml
+++ b/app/views/inbox/_entry.html.haml
@@ -31,7 +31,7 @@
- if current_user.services.count > 0
.row
- current_user.services.each do |service|
- .col-md-2.col-sm-4.col-xs-6
+ .col-md-3.col-sm-4.col-xs-6
%label
%input{type: 'checkbox', name: 'ib-share', checked: :checked, data: { ib_id: i.id, service: service.provider }}
Post to