Skip to content

Commit

Permalink
Merge pull request #12 from cdphp/feature/bootstrap-upgrade-to-v4
Browse files Browse the repository at this point in the history
full size container
  • Loading branch information
oiahoon authored Aug 30, 2017
2 parents d214bf1 + 3340f7f commit df7e79c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion poker/app/views/chats/new.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
.container
#chatBox.row
- chats = @chats
= react_component('ChatBox', { me: @me })
= react_component('ChatBox',
{ me: @me },
{class: "col-md-12"})

0 comments on commit df7e79c

Please sign in to comment.