Extending the thumbnail label to reveal more text
UV version:
[email protected] (although affects all)
I'm submitting a:
- [ ] bug report
- [x] feature request => please use the user stories repo
- [ ] support request => Please do not submit support requests here, use stackoverflow
Current behavior:
Currently, only a small part of thumbnail label text appears in the contents tab in UV. CSS is used to hide the overflow:
#app .leftPanel .views .thumbsView .thumbs .thumb .info .label {
float: left;
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Is it possible to either have a configurable option to "show full labels", or default to showing more of the label. Not sure the effects on just changing the CSS - I'm currently experimenting with the following, although not perfect (and seem to have a weird thing where the thumbs aren't appearing 2-up any more!).
overflow-x: visible;
text-overflow: inherit;
white-space: break-spaces;
Expected behavior:
The entire label appears.
Steps to reproduce:
All issues will be triaged for further investigation or closure by the 28 September 2023. If your issue is still relevant and would like for it be investigated further please comment by 14 September 2023.
Still active. Yeah I can see how this is not a good user experience from the example. See the thumbnail labels. I suppose this could be slightly mitigated by adding the Index tab in config.