Matthew Hodgson 2016-02-15 09:56:52 +02:00
parent a2193d61b0
commit ad9935739c
2 changed files with 4 additions and 6 deletions

View file

@ -51,14 +51,14 @@ limitations under the License.
}
.mx_MemberList .mx_SearchableEntityList_expanded {
flex: 1 1 100%;
-webkit-flex: 1 1 100%;
flex: 1 0 0;
-webkit-flex: 1 0 0;
}
.mx_MemberList_joined {
order: 2;
flex: 1 1 100%;
-webkit-flex: 1 1 100%;
flex: 1 0 0;
-webkit-flex: 1 0 0;
overflow-y: auto;
}