Skip to content

Commit 4690437

Browse files
dbkrDileep Bandla
authored andcommitted
Fix the buttons not being displayed with long preview text (element-hq#29811)
1 parent 6495e7e commit 4690437

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)