mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Fixed padding
This commit is contained in:
parent
9b495eeec3
commit
a4899ad225
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ export default class EventTilePreview extends React.Component<IProps, IState> {
|
|||
"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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue