Skip to content

Commit

Permalink
fix safari
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Jan 23, 2016
1 parent dd19d2a commit 759b318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 759b318

Please sign in to comment.