Skip to content

Commit 6329f69

Browse files
authored
Fix the buttons not being displayed with long preview text (#29811)
1 parent ce4b986 commit 6329f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

res/css/views/rooms/RoomListPanel/_RoomListItemView.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
min-width: 0;
3737

3838
.mx_RoomListItemView_text {
39-
max-width: 100%;
39+
min-width: 0;
4040
}
4141

4242
.mx_RoomListItemView_roomName {

0 commit comments

Comments
 (0)