-
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
Fixed: Empty Pattern Overlap in Pattern Title in Dataviews Table Layout #68997
base: trunk
Are you sure you want to change the base?
Fixed: Empty Pattern Overlap in Pattern Title in Dataviews Table Layout #68997
Conversation
Size Change: +7 B (0%) Total Size: 1.84 MB
ℹ️ View Unchanged
|
Flaky tests detected in 8e7bfe1. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/13140253749
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
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.
Thanks for the PR! I think this is a good first step to improve the empty state.
Will this PR work for other languages? For example, non-Latin languages, or when a single word is wider than the container width.
Thanks for the Feedback. I didn't check in Different languages. I have test in English language only but i will test this in different languages. |
f9701da
to
8a4c7c4
Compare
I have tested in some different Languages & fixed Overlap Issue in RTL Language. |
white-space: nowrap; | ||
white-space: normal; |
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.
I will check another way without affect existing
8e7bfe1
to
3844b8a
Compare
When viewing all patterns on Appearance > Editor > Patterns using the table layout, the text that explains that a pattern is empty overlaps the pattern name. This makes the text difficult to read.
What?
Closes #68937
Why?
Empty Pattern Overlap in Pattern Title in Dataviews Table Layout So its Hard to Read.
Testing Instructions
Screenshots or Screencast
Before Patch
After Patch