-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Inline Field data overflowing on Kanban cards #6000
Comments
To fix the overflow issue on Kanban cards, update the CSS in the .element-selector {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} Replace References |
Can I get assigned to this issue? |
Sure @rksingh2001, thanks for contributing! |
Hi @Bonapara, I have implemented ellipses for the straightforward text like field types, what about multi select types. I don't think ellipsis will work for them. |
Thanks @rksingh2001! Yes, it should be the case for every field. But the Link and Multi-Select field have special behavior: #4900 |
Closing this issue as it has been fixed by recent changes. |
@lucasbordeau, I would like to learn how it was fixed, can you point me to PR which fixed it or change (if u remember)? I will appreciate it. |
@rksingh2001 This issue was fixed by #6061 |
Current Behavior
The inline field data overflows on Kanban cards.
Desired Behavior
The content should be cropped with ellipses to prevent overflow.
The text was updated successfully, but these errors were encountered: