Skip to content

Commit b2d6e48

Browse files
dbkracheong08
authored andcommitted
Fix the buttons not being displayed with long preview text (element-hq#29811)
1 parent 17e5401 commit b2d6e48

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)