-
Notifications
You must be signed in to change notification settings - Fork 2
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
Very long tag name break table #217
Comments
The issue is that the tag text is one word without spaces so it overflow the table width We can see that if we create a long tag name with multiple spaces the tag doesn't overflow: |
resolved by adding the following classes to the see also https://stackoverflow.com/questions/17779293/css-text-overflow-ellipsis-not-working |
Add css classes to add ellipsis when tag name is too long to be displayed in the table see: #217
The max width are working, I wasn't using the correct tailwind class. Luckily Tailwind provides also a way to have a customised class: Going for |
Use max width for tag name see: #217 (comment)
@SimonLab glad you persisting with this UI quest. 🤞🏼 |
tested on mobile, see #219 (comment) |
@SimonLab yes, "Tested on mobile" but screenshots still on desktop ... 🖥️ For a They need to manually go to the This is undesirable UX. We definitely don't want to force people to change contexts to create a |
We can see the pills length is based on the tag name, except when the name is too long, then ellipsis are added.
I'll open another issue for this: |
These are tags created on fly.io when not loggedin
Add a max-width and overflow settings on the tag name (using ellipsis could maybe work?)
The text was updated successfully, but these errors were encountered: