On small phones, the compose field in the inbox widget for messages can be too smal. So this CSS will make it a little bigger for those who need it. Only applies to mobile devices.
@media(max-width: 767px){
.ts-convo-form .compose-message{
min-width: 80%;
}.ts-convo-form{
flex-wrap: wrap !important;
padding-bottom: 15px;
justify-content: flex-end;
}
}