Fix input box shrinking in Chrome.
This commit is contained in:
parent
2c99d10075
commit
00b6462fe4
|
@ -127,6 +127,7 @@ div.room-wrapper {
|
||||||
*/
|
*/
|
||||||
div.message-wrapper {
|
div.message-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
flex-grow: 9;
|
flex-grow: 9;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user