Global Styles UI: Remove unnecessary padding for Navigatior component#73810
Global Styles UI: Remove unnecessary padding for Navigatior component#73810
Conversation
d15f97a to
4f68bec
Compare
| .components-navigator-screen { | ||
| padding: 0; | ||
| } |
There was a problem hiding this comment.
This override should no longer be necessary.
|
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. |
|
Size Change: -14 B (0%) Total Size: 2.57 MB
ℹ️ View Unchanged
|
|
I think I fixed some of these in a recent PR. Can you check the latest state. |
|
I resolved the code conflict in this PR, but I believe this PR is still valid. The |
ramonjd
left a comment
There was a problem hiding this comment.
Tentative approval as the main screen padding LGTM
Left a question about child screen padding, which appear different (narrower)
What? Why?
The Global Styles UI package adds padding to the
Navigator.Screencomponents without a parent selector. This will cause padding to be applied to allNavigator.Screencomponents, which is not what we want.Testing Instructions
1. Create Block Them Plugin
This is just one example, and may cause issues if the consumer is using the
Navigator.Screencomponent.2. Preferences Modal (Mobile)