fixes: Reply box goes hidden and emoji input header section is broken. (#3121)

This commit is contained in:
Sivin Varghese 2021-10-04 10:19:44 +05:30 committed by GitHub
parent 1d94e65ca8
commit 30244f79a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -93,7 +93,7 @@
.conversation-panel {
@include flex;
@include flex-weight(1);
@include flex-weight(1 1 1px);
@include margin($zero);
flex-direction: column;
height: 100%;

View file

@ -133,6 +133,7 @@ $font-size-medium: 18px;
ul {
display: flex;
list-style: none;
overflow: auto;
margin: 0;
padding: $space-smaller 0 0;