-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update data view layout #56786
Update data view layout #56786
Conversation
Size Change: +227 B (0%) Total Size: 1.72 MB
ℹ️ View Unchanged
|
Flaky tests detected in 906bcd6. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7128092423
|
overflow: auto; | ||
padding: $grid-unit-40 $grid-unit-40 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I fixed the padding for this (and the loading state) for now. Ideally both need a fresh design but that can come later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
What?
Updates styling of various elements to get closer to this mockup by @SaxonF:
This PR
Why?
The visuals haven't been updated much since the initial implementation, and the design has evolved a little as we've added more features and layouts.
Details to handle separately
How?
Mostly CSS. Added a few classnames and props to components as required.
Testing Instructions