1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 03:11:07 +00:00

repair shared md viewed bug in mobile (#5269)

This commit is contained in:
杨顺强
2022-09-28 13:27:13 +08:00
committed by GitHub
parent 195d366c89
commit b0a521a92e
2 changed files with 13 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ class FileContent extends React.Component {
return (
<div className="shared-file-view-body">
<div className="md-view h-100">
<div className="md-view">
<MarkdownViewer
scriptSource={mediaUrl + 'js/mathjax/tex-svg.js'}
markdownContent={this.state.markdownContent}