From b168d2f4403c41937ec90f28c3b567ea552982b3 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Mon, 27 Jun 2016 19:34:00 +0300 Subject: [PATCH] Fixed reply markup button overflow --- app/less/app.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/less/app.less b/app/less/app.less index af501af4..91e60036 100644 --- a/app/less/app.less +++ b/app/less/app.less @@ -2307,6 +2307,8 @@ a.im_message_fwd_photo { font-size: 13px; margin: 0; padding: 6px 6px; + overflow: hidden; + text-overflow: ellipsis; .reply_markup_h1 & { height: 170px;