mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
change file path max-height (#3814)
This commit is contained in:
@@ -43,10 +43,10 @@ class DirPath extends React.Component {
|
||||
} else {
|
||||
nodePath += '/' + item;
|
||||
return (
|
||||
<span key={index} >
|
||||
<Fragment key={index} >
|
||||
<span className="path-split">/</span>
|
||||
<a className="path-link" data-path={nodePath} onClick={this.onPathClick}>{item}</a>
|
||||
</span>
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user