Skip to content

Broken CSS with different text width #133

Open
@racheelllee

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions