mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Fix group member spinner being out of flex order
This commit is contained in:
parent
4a3be82828
commit
5cd7a7fc06
@ -132,7 +132,9 @@ module.exports = React.createClass({
|
||||
render: function() {
|
||||
if (this.state.removingUser) {
|
||||
const Spinner = sdk.getComponent("elements.Spinner");
|
||||
return <Spinner />;
|
||||
return <div className="mx_MemberInfo">
|
||||
<Spinner />
|
||||
</div>;
|
||||
}
|
||||
|
||||
let adminTools;
|
||||
|
Loading…
Reference in New Issue
Block a user