dash-core-components icon indicating copy to clipboard operation
dash-core-components copied to clipboard

Potential overlap/leading separation issue in dccDropdown when text is linewrapped

Open rpkyle opened this issue 6 years ago • 0 comments

While reviewing the NLP app in our gallery (https://dash-gallery.plotly.host/dash-nlp/), I noticed that selections in title case appeared to bleed into the upper case options when linewrapped, as seen here:

image

In CSS, this could be addressed using white-space: nowrap and text-overflow: ellipsis. @wbrgss suggested this may be an issue related to the react-select calculated height and wrapped text.

Filing this issue before I forget to note it.

rpkyle avatar Oct 10 '19 16:10 rpkyle