fix safari
This commit is contained in:
parent
dd19d2aaee
commit
759b318bb5
2 changed files with 4 additions and 4 deletions
|
@ -46,8 +46,8 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_MemberList .mx_SearchableEntityList {
|
.mx_MemberList .mx_SearchableEntityList {
|
||||||
order: 1;
|
order: 1;
|
||||||
flex: 0;
|
flex: 0 0 auto;
|
||||||
-webkit-flex: 0;
|
-webkit-flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList .mx_SearchableEntityList_expanded {
|
.mx_MemberList .mx_SearchableEntityList_expanded {
|
||||||
|
|
|
@ -63,8 +63,8 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_SearchableEntityList_hrWrapper {
|
.mx_SearchableEntityList_hrWrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex: 0;
|
flex: 0 0 auto;
|
||||||
-webkit-flex: 0;
|
-webkit-flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_SearchableEntityList hr {
|
.mx_SearchableEntityList hr {
|
||||||
|
|
Loading…
Add table
Reference in a new issue