Merge pull request #7164 from nextcloud/tooltip-placement
Fix tooltip placement in Shared files list
This commit is contained in:
commit
2a39ac043e
|
@ -1285,7 +1285,7 @@
|
|||
fileData.extraData = fileData.extraData.substr(1);
|
||||
}
|
||||
nameSpan.addClass('extra-data').attr('title', fileData.extraData);
|
||||
nameSpan.tooltip({placement: 'right'});
|
||||
nameSpan.tooltip({placement: 'top'});
|
||||
}
|
||||
// dirs can show the number of uploaded files
|
||||
if (mime === 'httpd/unix-directory') {
|
||||
|
|
Loading…
Reference in New Issue