mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 11:27:18 +00:00
[long name] fixup for UIs with long library/folder/file names (#5971)
* [long name] fixup for UIs with long library/folder/file names * fixed code indentation
This commit is contained in:
@@ -91,7 +91,7 @@ class Content extends React.Component {
|
||||
<ul>
|
||||
{
|
||||
data[item.type].map((item, index) => {
|
||||
return <li key={index} dangerouslySetInnerHTML={{__html: item}} className="commit-detail-item"></li>;
|
||||
return <li key={index} dangerouslySetInnerHTML={{__html: item}} className="commit-detail-item text-truncate"></li>;
|
||||
})
|
||||
}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user