Fixed padding

pull/21833/head
Steffen Kolmer 2021-08-27 20:11:34 +02:00
parent 9b495eeec3
commit a4899ad225
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ export default class EventTilePreview extends React.Component<IProps, IState> {
"mx_GroupLayout": this.props.layout == Layout.Group, "mx_GroupLayout": this.props.layout == Layout.Group,
}); });
if (!this.props.userId) return <div className={className} style={{ paddingTop: '9px 0' }}><InlineSpinner /></div>; if (!this.props.userId) return <div className={className} style={{ padding: '9px 0' }}><InlineSpinner /></div>;
const event = this.fakeEvent(this.state); const event = this.fakeEvent(this.state);