-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Gutenberg: Apply box-sizing: border-box to the entire section #27928
Conversation
That's a great PR description, thank you so much for your effort! Generated by 🚫 dangerJS |
.editor-block-list__block { | ||
ul ul, ol ol { | ||
list-style-type: circle; | ||
z-index: 100000; // Above WP toolbar. |
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.
} | ||
} | ||
} | ||
|
||
//needed for oembed iframes to appear | ||
.wp-block-embed__wrapper > iframe { |
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.
Do we still need this, because box-sizing
updates don't seem related?
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 went through the original testing steps too and confirmed that it works as expected even without these styles. 👍Might be the case that package updates made this fix obsolete.
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!
Changes proposed in this Pull Request
Alt approach to #27914
box-sizing: border-box
to the entire Gutenberg sectionTesting instructions
http://calypso.localhost:3000/gutenberg/post/
, and see that most things look good (probably right now only the checkboxes and radio buttons in the sidebar looks wrong).Fixes #27651