From 8668faa6b0f3d1ee643b70884253978fcfda5626 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 16 Oct 2018 19:14:06 -0600 Subject: [PATCH] Show the group member list again Fixes https://github.com/vector-im/riot-web/issues/7511 --- res/css/views/rooms/_MemberList.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/res/css/views/rooms/_MemberList.scss b/res/css/views/rooms/_MemberList.scss index 83fc70aefb..cfac8797b9 100644 --- a/res/css/views/rooms/_MemberList.scss +++ b/res/css/views/rooms/_MemberList.scss @@ -111,6 +111,3 @@ limitations under the License. width: 100%; } -.mx_MemberList_outerWrapper { - height: 0px; -}