fix ugly spinner on MemberList

pull/1232/head
Matthew Hodgson 2016-03-17 18:44:53 +00:00
parent f950b675bd
commit 92e187da64
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ limitations under the License.
-webkit-flex-direction: column;
}
.mx_MemberList .mx_Spinner {
flex: 0;
-webkit-flex: 0;
}
.mx_MemberList_chevron {
position: absolute;
right: 35px;