This commit is contained in:
Matthew Hodgson 2016-02-14 21:28:01 +02:00
parent f3df0d07f8
commit 0ca6efdfca
2 changed files with 4 additions and 2 deletions

View file

@ -57,8 +57,8 @@ limitations under the License.
.mx_MemberList_joined {
order: 2;
flex: 1 1 50%;
-webkit-flex: 1 1 50%;
flex: 1 1 100%;
-webkit-flex: 1 1 100%;
overflow-y: auto;
}