1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

Fix replies

This commit is contained in:
Jorik Schellekens
2020-05-05 16:24:50 +01:00
parent 027826c2e1
commit 0af265bf93
2 changed files with 9 additions and 2 deletions

View File

@ -338,7 +338,7 @@ export default class ReplyThread extends React.Component {
</blockquote>;
});
return <div>
return <div className="mx_ReplyThread_wrapper">
<div>{ header }</div>
<div>{ evTiles }</div>
</div>;