fix safari

pull/800/head
Matthew Hodgson 2016-01-23 01:24:04 +00:00
parent dd19d2aaee
commit 759b318bb5
2 changed files with 4 additions and 4 deletions

View File

@ -46,8 +46,8 @@ limitations under the License.
.mx_MemberList .mx_SearchableEntityList {
order: 1;
flex: 0;
-webkit-flex: 0;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
}
.mx_MemberList .mx_SearchableEntityList_expanded {

View File

@ -63,8 +63,8 @@ limitations under the License.
.mx_SearchableEntityList_hrWrapper {
width: 100%;
flex: 0;
-webkit-flex: 0;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
}
.mx_SearchableEntityList hr {