Skip to content

Improve IE compatibility for flex-1 utility #549

Closed
@scottbedard

Description

@scottbedard

IE has trouble understanding our flex-1 utility, perhaps we should avoid using the flex: 1 shorthand and be more explicit. After some digging, I wound up on this stackoverflow page and am now overwriting my flex-1 class with the following...

flex: 1 1 0;

FWIW, Edge seems to handle the existing utility just fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions