1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00

Merge pull request #3692 from haiwen/wiki-style

index-viewer style
This commit is contained in:
Daniel Pan
2019-06-21 16:07:14 +08:00
committed by GitHub

View File

@@ -218,7 +218,7 @@ class IndexContentViewer extends React.Component {
render() {
return (
<div className="mx-2 o-hidden">
<div className="mx-4 o-hidden">
<FolderItem node={this.treeRoot} bindClickEvent={this.bindClickEvent} currentPath={this.state.currentPath}/>
</div>
);