From cd3b71ab2dec8a99ad5a07e21625b9693551d340 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 17 Jul 2015 00:07:30 +0300 Subject: [PATCH] fixed video caption --- app/less/app.less | 1 + 1 file changed, 1 insertion(+) diff --git a/app/less/app.less b/app/less/app.less index 96316dcf..ebfa5efa 100644 --- a/app/less/app.less +++ b/app/less/app.less @@ -2051,6 +2051,7 @@ a.im_message_fwd_photo { } .im_message_photo_caption, .im_message_video_caption { + clear: both; word-wrap: break-word; line-height: 150%; margin-top: 3px;