diff --git a/Telegram/SourceFiles/history/view/history_view_reply.cpp b/Telegram/SourceFiles/history/view/history_view_reply.cpp index 1b9df5db6..d2043b027 100644 --- a/Telegram/SourceFiles/history/view/history_view_reply.cpp +++ b/Telegram/SourceFiles/history/view/history_view_reply.cpp @@ -583,7 +583,7 @@ QSize Reply::countMultilineOptimalSize( textGeometry(max, previewSkip, &elided)); _minHeightExpandable = elided ? 1 : 0; return { - result.width, + result.width + st::historyReplyPadding.right(), std::max(result.height, st::normalFont->height), }; }