Skip to content

react-select breaks in tables that have their own border-spacing #646

@dantman

Description

@dantman

Because of the new display: table; handling react-select breaks in some situations where react-select itself is put inside a table.

Namely if a surrounding table has its own border-spacing, react-select will inherit this and end up like this:

screen shot 2015-12-03 at 1 00 24 am

.Select-control should explicitly declare the border-spacing: 0; border-collapse: separate; it requires for its styles.

Metadata

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