Skip to content

Allow setting display property on elements and components #27

@mattaningram

Description

@mattaningram

Describe the solution you'd like
Buttons currently default to display: inline-flex, but there is nowhere to see that this is the case except looking at the Inspect panel where you can't change it. I would like to have display control of elements and components to override defaults the way we do with any element in regular CSS. This could be a dropdown control instead of needing to use custom CSS.

Not everything should be flex in web layout, sometimes we need a simple block or inline or inline-block.

Describe alternatives you've considered
If there is a specific need to keep components with their default display value, then at least make it more clear what that display value is with a disabled dropdown or something else in the Design panel.

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