Open vincerubinetti opened 2 years ago
Hard to explain, so here's a screenshot:
This happens in the current version and the beta. This is the offending line:
https://github.com/sagalbot/vue-select/blob/b7d1f70985196c568d131988c2ea0e60a5716f08/src/scss/modules/_selected.scss#L36
Removing position: absolute on vs__selected fixes the issue, though I don't know what else that would break (other options/configurations/etc)
position: absolute
vs__selected
I came to the same solution ... by surcharging this class in my own styles.
Actually, I've set a min-width to fix the issue.
Hard to explain, so here's a screenshot:
This happens in the current version and the beta. This is the offending line:
https://github.com/sagalbot/vue-select/blob/b7d1f70985196c568d131988c2ea0e60a5716f08/src/scss/modules/_selected.scss#L36
Removing
position: absolute
onvs__selected
fixes the issue, though I don't know what else that would break (other options/configurations/etc)