Skip to content

Align grid items inside of a insertMenu to start #2693

@stilyan-tinloof

Description

@stilyan-tinloof

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

When grid items have text which a bit too long it becomes out of alignment to its row
Image

Describe the solution you'd like
A clear and concise description of what you want to happen.

For grid items within a row to be aligned
Image

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Currently adding the following to my globals.css

div[data-testid="document-panel-portal"] div[data-ui="Grid"] {
  align-items: start;
}

Additional context
Add any other context or screenshots about the feature request here.

Tried to contribute myself by didn't realise I couldn't

I was going to make a PR with the following change within InsertMenu.tsx

alignItems: 'start',

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