fix ugly spinner on MemberList
This commit is contained in:
parent
f950b675bd
commit
92e187da64
|
@ -30,6 +30,11 @@ limitations under the License.
|
||||||
-webkit-flex-direction: column;
|
-webkit-flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MemberList .mx_Spinner {
|
||||||
|
flex: 0;
|
||||||
|
-webkit-flex: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_MemberList_chevron {
|
.mx_MemberList_chevron {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 35px;
|
right: 35px;
|
||||||
|
|
Loading…
Reference in New Issue