Added pre-wrap for messages

Closes #930
This commit is contained in:
Igor Zhukov 2016-02-11 18:45:09 +00:00
parent ddc4c87b50
commit 0f65ef0e28

View File

@ -2228,14 +2228,16 @@ a.im_message_fwd_photo {
.im_message_text {
word-wrap: break-word;
line-height: 150%;
white-space: pre-wrap;
}
.im_message_photo_caption,
.im_message_video_caption,
.im_message_document_caption {
margin-top: 3px;
clear: both;
word-wrap: break-word;
line-height: 150%;
margin-top: 3px;
white-space: pre-wrap;
}
.im_message_mymention {
background: #fff8cc;