FreeTube
FreeTube copied to clipboard
[Bug]: Channel list page, channel names with no spaces or dashes will never wrap or overflow
Guidelines
- [X] I have encountered this bug in the latest release of FreeTube.
- [X] I have searched the issue tracker for a bug report that matches the one I want to file, without success.
- [X] I have searched the documentation for information that matches the description of the bug I want to file, without success.
Describe the bug
- Go to the Channel list page.
- See that long channel names with no spaces or dashes will never wrap or overflow.
- If you have no such channel in the list you can open it in inspector and edit the name.
This can sometimes cause channel names to blend together.
Expected Behavior
I expect long names to either word wrap or be cut short by overflow.
overflow: hidden
and text-overflow: ellipsis
is in the style sheet but I assume it doesn't work because of the width not being set by anything.
Issue Labels
visual bug
FreeTube Version
v0.17 Beta
Operating System Version
Linux
Installation Method
AUR
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
Extreme case to show the problem
Nightly Build
- [X] I have encountered this bug in the latest nightly build.