height limit removed from message container

This commit is contained in:
nklhrstv 2020-02-12 12:19:52 +02:00
parent e78c3f225a
commit 521678884f

View file

@ -48,7 +48,6 @@
flex-direction: row;
align-items: flex-start;
justify-content: center;
max-height: calc(100% - 10rem);
margin: 5rem;
.message-content {