Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support longer label naming #2461

Closed
2 tasks done
victor-ab opened this issue Nov 19, 2020 · 4 comments · Fixed by #2509
Closed
2 tasks done

Support longer label naming #2461

victor-ab opened this issue Nov 19, 2020 · 4 comments · Fixed by #2509
Labels
Easy to fix The issue is easy to fix and probably it will be release in a next minor release

Comments

@victor-ab
Copy link

My actions before raising this issue

Expected Behaviour

I have 60+ labels (very detailed) and I want to see the whole label name.

Current Behaviour

The current box is small, won't show entirely most of the label name.
image

Possible Solution

Not sure, but I think we could Increase this width to 100% (don't think that's a huge design change) or make it customizable.

Steps to Reproduce (for bugs)

  1. Any label with a long string name.

Context

I can't quickly choose the right label.

@victor-ab victor-ab changed the title Support for longer label naming Support longer label naming Nov 19, 2020
@bsekachev
Copy link
Member

I would suggest to add tooltip with the full label name. Even 100% percent width doesn't guarantee that there will be enough space to show the label.

@victor-ab
Copy link
Author

victor-ab commented Nov 19, 2020

90% was enough for me in my local testing. But yeah, the tooltip would help.
image

100% can break the dropdown
image

@victor-ab
Copy link
Author

I tried to change the this width to 100% but it doesn't have any effect when I rebuild the docker. Any ideas why?

@bsekachev bsekachev added Easy to fix The issue is easy to fix and probably it will be release in a next minor release enhancement New feature or request and removed enhancement New feature or request labels Nov 24, 2020
@bsekachev
Copy link
Member

bsekachev commented Dec 1, 2020

You need not only rebuild the image, but also restart the container:
Something like docker-compose up --build -d. After that I would recommend to reset the browser cache just in case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy to fix The issue is easy to fix and probably it will be release in a next minor release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants