make CSS work on FF
This commit is contained in:
parent
6573ba8c20
commit
bd75234a2f
2 changed files with 7 additions and 8 deletions
|
@ -51,14 +51,14 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList .mx_SearchableEntityList_expanded {
|
.mx_MemberList .mx_SearchableEntityList_expanded {
|
||||||
flex: 1 1 0;
|
flex: 1 1 100%;
|
||||||
-webkit-flex: 1 1 0;
|
-webkit-flex: 1 1 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList_joined {
|
.mx_MemberList_joined {
|
||||||
order: 2;
|
order: 2;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 50%;
|
||||||
-webkit-flex: 1 1 auto;
|
-webkit-flex: 1 1 50%;
|
||||||
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
@ -76,7 +76,9 @@ limitations under the License.
|
||||||
order: 4;
|
order: 4;
|
||||||
flex: 0 0 72px;
|
flex: 0 0 72px;
|
||||||
-webkit-flex: 0 0 72px;
|
-webkit-flex: 0 0 72px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_MemberList_bottomRule {
|
||||||
border-top: 2px solid #e1dddd;
|
border-top: 2px solid #e1dddd;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,9 +15,6 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_SearchableEntityList {
|
.mx_SearchableEntityList {
|
||||||
flex: 1;
|
|
||||||
-webkit-flex: 1;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
|
|
||||||
|
@ -66,7 +63,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_SearchableEntityList_hrWrapper {
|
.mx_SearchableEntityList_hrWrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex: 0px;
|
flex: 0;
|
||||||
-webkit-flex: 0;
|
-webkit-flex: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue