Skip to content

Commit

Permalink
full size container
Browse files Browse the repository at this point in the history
  • Loading branch information
oiahoon committed Aug 30, 2017
1 parent c66ca7e commit 3340f7f
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 3340f7f

Please sign in to comment.