Skip to content

Support flex-basis: fill-available(stretch) #1519

@yisibl

Description

@yisibl

TODO

Input

.foo {
   flex-basis: stretch;
}

Expected

Note: Chrome does not implement flex-basis: -webkit-fill-available!

.example {
   flex-basis: -webkit-fill-available; /* Safari */
   flex-basis: -moz-available;
   flex-basis: stretch;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions