All you have to do for this is to save the following codes in the extra.less template
.message-avatar {
float: left
}
@media (min-width: 650px) {
.message-userDetails {
display:inline-block;
padding: 10px;
min-width: auto;
min-height: 96px
}
}
@media...