Fix text to not overflow under the chat action btns

This commit is contained in:
Jeremy Zhang 2020-05-07 20:31:43 -07:00
parent 012700ee7e
commit b77cc6dee6

View File

@ -964,6 +964,10 @@ p.mentioned span.chatmessage {
#send-msg-btn { #send-msg-btn {
display: block; display: block;
} }
textarea.materialize-textarea {
max-width: calc(100% - 120px);
}
} }
#upload-file-btn { #upload-file-btn {