From fe6f65b3ab94b72ae3b82b6831ecd549624e811a Mon Sep 17 00:00:00 2001
From: 23rd <23rd@vivaldi.net>
Date: Tue, 4 Jun 2024 18:18:43 +0300
Subject: [PATCH] Fixed text elision of peer name in section of chat preview.

---
 Telegram/SourceFiles/ui/chat/chat.style | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Telegram/SourceFiles/ui/chat/chat.style b/Telegram/SourceFiles/ui/chat/chat.style
index 622ba8357..732697926 100644
--- a/Telegram/SourceFiles/ui/chat/chat.style
+++ b/Telegram/SourceFiles/ui/chat/chat.style
@@ -1111,6 +1111,7 @@ previewMarkRead: FlatButton(historyComposeButton) {
 previewName: FlatLabel(defaultFlatLabel) {
 	style: semiboldTextStyle;
 	textFg: windowFg;
+	maxHeight: 30px;
 }
 previewStatus: FlatLabel(defaultFlatLabel) {
 	textFg: windowSubTextFg;