make the messages box fill up all available space

This commit is contained in:
Connor Turland 2015-12-11 19:18:53 -05:00
parent 56e3fc753a
commit eec7dcb9c3

View file

@ -237,6 +237,7 @@
width: 100%;
padding: 16px 0px 0px 0px;
overflow-y: auto;
flex-grow: 1;
}
.chat-box .chat-messages .chat-message {
width: 89%;