jcubic / jcubic/jquery.filebrowser

Tooltip for long name file/directory

Open
#8 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
38
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Is it possible to add a tooltip to the file name? Because the file and folder names are too long, I use CSS so that they can display properly.
```
.browser-widget .content ul:not(.ui-menu) li span{
overflow: hidden;
max-height: 4.3em;
display: block;
}
```

But if there is a tooltip displaying the full file name, it would be better

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.