Fix layout of playing

This commit is contained in:
joeyak 2019-03-31 17:11:50 -04:00
parent 9b409e0118
commit 6923b13af9
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ input[type=text] {
#chat {
display: grid;
grid-template-rows: 1.5em 2em 1fr 6em 2.5em 1em;
grid-template-rows: 1.5em min-content 1fr 6em 2.5em 1em;
grid-gap: 10px;
margin: 0px 5px;
overflow: auto;