-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Comments
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. |
I tried to change the this width to 100% but it doesn't have any effect when I rebuild the docker. Any ideas why? |
You need not only rebuild the image, but also restart the container: |
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.
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)
Context
I can't quickly choose the right label.
The text was updated successfully, but these errors were encountered: