-
Notifications
You must be signed in to change notification settings - Fork 26
Description
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

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

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',