vue-select icon indicating copy to clipboard operation
vue-select copied to clipboard

Fix overflowing selected of options

Open susnux opened this issue 2 years ago • 0 comments

Currently if the width of the select element is not enough the selected option will overflow the element, even if the inner component of the selected option slot has some overflow rules set (like ellipsis).

To fix this, both the selected option and the container needs to reset the min-width.

before after
before after

Especially note the actions are missing before, as they were placed underneath some elements outside the select on the right.

susnux avatar Feb 15 '23 17:02 susnux