Make MFileBody inherit the MediaBody styles
This commit is contained in:
parent
5386d23008
commit
3023fda497
2 changed files with 1 additions and 7 deletions
|
@ -141,7 +141,7 @@ export default class MFileBody extends React.Component<IProps, IState> {
|
|||
let placeholder = null;
|
||||
if (this.props.showGenericPlaceholder) {
|
||||
placeholder = (
|
||||
<div className="mx_MFileBody_info">
|
||||
<div className="mx_MediaBody mx_MFileBody_info">
|
||||
<span className="mx_MFileBody_info_icon" />
|
||||
<span className="mx_MFileBody_info_filename">
|
||||
{ presentableTextForFile(content, _t("Attachment"), false) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue