mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
[dir view] 'list' mode: fixed position of the 'tag edit' popover for file items without tags (#5678)
This commit is contained in:
@@ -767,6 +767,9 @@ class DirentListItem extends React.Component {
|
||||
</UncontrolledTooltip>
|
||||
</Fragment>
|
||||
)}
|
||||
{(dirent.type !== 'dir' && (!dirent.file_tags || dirent.file_tags.length == 0)) && (
|
||||
<div id={this.tagListTitleID} className="dirent-item tag-list tag-list-stacked"></div>
|
||||
)}
|
||||
</td>
|
||||
<td className="operation">{this.renderItemOperation()}</td>
|
||||
<td className="file-size">{dirent.size && dirent.size}</td>
|
||||
|
@@ -1023,6 +1023,7 @@ a.table-sort-op:hover {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: max-content;
|
||||
min-height: 1rem;
|
||||
}
|
||||
|
||||
/* react select-module */
|
||||
|
Reference in New Issue
Block a user