diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml index 02a1e288..7506b491 100644 --- a/app/views/inbox/show.html.haml +++ b/app/views/inbox/show.html.haml @@ -4,8 +4,8 @@ .row .col-md-9.col-sm-8.col-xs-12 Out of questions? - .col-md-9.col-sm-5.col-xs-12 - %button.btn.btn-default{type: :button, id: 'ib-generate-question'} Get new question + .col-md-3.col-sm-5.col-xs-12 + %button.btn.btn-block.btn-info{type: :button, id: 'ib-generate-question'} Get new question #entries - @inbox.each do |i|