Skip to content

Object layout ignored when entryLayout = content #1462

@ExpensiveKoala

Description

@ExpensiveKoala

Currently, achieving something like this is impossible:

Image (The address object field at the bottom right)

This is because when entryLayout is set to content, the span values are set to ${FIELD_GRID_COLUMNS} due to the container's width.

[belowTablet]: {
gridColumn: `span ${FIELD_GRID_COLUMNS}`,
},

When layout is specified, it should prioritize that value vs attempting to be responsive.

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