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

[long name] fixup for repo/folder share/upload link pages with long library/folder/file names (#5990)

This commit is contained in:
llj
2024-03-22 12:01:12 +08:00
committed by GitHub
parent b66db74a7e
commit 8c14e4abac
3 changed files with 7 additions and 7 deletions

View File

@@ -443,10 +443,10 @@ class SharedDirView extends React.Component {
</div>
<div className="o-auto">
<div className="shared-dir-view-main">
<h2 className="h3">{dirName}</h2>
<h2 className="h3 text-truncate" title={dirName}>{dirName}</h2>
<p>{gettext('Shared by: ')}{sharedBy}</p>
<div className="d-flex justify-content-between align-items-center op-bar">
<p className="m-0 mr-4 ellipsis d-flex align-items-center"><span className="flex-none">{gettext('Current path: ')}</span>{this.renderPath()}</p>
<p className="m-0 mr-4 ellipsis d-flex align-items-center">{gettext('Current path: ')}{this.renderPath()}</p>
<div className="flex-none">
{isDesktop &&
<div className="view-mode btn-group">