Browse Source

Added pre-wrap for messages

Closes #930
master
Igor Zhukov 8 years ago
parent
commit
0f65ef0e28
  1. 4
      app/less/app.less

4
app/less/app.less

@ -2228,14 +2228,16 @@ a.im_message_fwd_photo { @@ -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;

Loading…
Cancel
Save