1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

wiki width

This commit is contained in:
Michael An
2019-05-22 15:22:38 +08:00
parent 7c826c3d11
commit 0a77f2b95a

View File

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