microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
47 stars 45 forks source link

Long picklist values overlap #162

Closed programaka closed 2 days ago

programaka commented 3 years ago

Long picklist values overlap:

overlapping issue

We fixed the issue by adding "white-space: nowrap" and also limiting the height so that horizontal scroll is visible:

fix

This is how it looks now with that fix:

fix2

But I think truncating values and showing the full value in a tooltip will also work.

mhglenn258 commented 2 years ago

Hi there - We're having this same exact issue with long text strings, but I'm unable to update the code in our ADO instance. Is there a published fix with the latest version? Any guidance on helping us get this fix in place would be appreciated!

madkoo commented 2 years ago

@programaka thanks for the suggested fix. It would be appreciated if you would push this fix as a Pull Request so we can improve the extension.

programaka commented 2 days ago

@madkoo It looks like this issue has been resolved, possibly by a recent update in Azure DevOps or as part of another fix in this repository. So, I'm not going to push my fix. Long values are now truncated, and you can see the full value in a tooltip, which looks good to me. I will close the issue.

image