Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

layout-align: Resetting to default when only one argument #5996

@epelc

Description

@epelc

layout-align no longer works with a single argument. It will replace it with layout-align="start-stretch" which drastically changes layouts.

One Example
layout-align="space-around" no longer works since 1.0.0-rc5. It is replaced with layout-align="start-center" when it should default the second argument to center ie parse layout-align="space-around" as layout-align="space-around center".

This also happens with the other single argument usecases like layout-align="space-between". I'm suspectting the recent change to the default layout-align introduced this issue.

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