From 6329f695575317eb927dd80d1db41e2ef19f0fd6 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 25 Apr 2025 11:03:34 +0100 Subject: [PATCH] Fix the buttons not being displayed with long preview text (#29811) --- res/css/views/rooms/RoomListPanel/_RoomListItemView.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/rooms/RoomListPanel/_RoomListItemView.pcss b/res/css/views/rooms/RoomListPanel/_RoomListItemView.pcss index a832a4af40..1e61bf7f3c 100644 --- a/res/css/views/rooms/RoomListPanel/_RoomListItemView.pcss +++ b/res/css/views/rooms/RoomListPanel/_RoomListItemView.pcss @@ -36,7 +36,7 @@ min-width: 0; .mx_RoomListItemView_text { - max-width: 100%; + min-width: 0; } .mx_RoomListItemView_roomName {