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

index-viewer style

This commit is contained in:
Michael An
2019-06-21 15:20:14 +08:00
parent b1fbe68dda
commit fcf7a15284

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>
);