Fix input box shrinking in Chrome.

This commit is contained in:
Danila Fedorin 2018-12-13 18:41:43 -08:00
parent 2c99d10075
commit 00b6462fe4
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ div.room-wrapper {
*/
div.message-wrapper {
display: flex;
flex-shrink: 0;
input {
flex-grow: 9;