Skip to content
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

Broken CSS with different text width #133

Open
racheelllee opened this issue Mar 17, 2022 · 0 comments
Open

Broken CSS with different text width #133

racheelllee opened this issue Mar 17, 2022 · 0 comments

Comments

@racheelllee
Copy link

There is something wrong with this plugin when the options label have different width !

For example :

const options = [{
    label : "In Process",
    value : "process"
}, {
    label : "Canceled or refund",
    value : "refund"
}, {
    label : "OK",
    value : "done"
}]

So everyone get 33.33% of width but the text Canceled or refund is sharped !

Captura de Pantalla 2022-03-17 a la(s) 23 49 02

Could you please provide any solution ? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant