1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

long name comment (#3537)

* long name comment

* reviewer dialog name
This commit is contained in:
Michael An
2019-05-28 17:53:51 +08:00
committed by Daniel Pan
parent 742a327e1c
commit e92bc848b2
9 changed files with 20 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ const propTypes = {
path: PropTypes.string,
};
const contentClass = 'wiki-page-content w-100';
const contentClass = 'wiki-page-content';
class WikiMarkdownViewer extends React.Component {