-
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
Set quick inserter content width to 100% on screens below 782px #23896
Set quick inserter content width to 100% on screens below 782px #23896
Conversation
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.
Looks good to me.
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 👍 thanks for the fix.
Congratulations on your first merged pull request, @javidalkaruzi! We'd like to credit you for your contribution in the post announcing the next WordPress release, but we can't find a WordPress.org profile associated with your GitHub account. When you have a moment, visit the following URL and click "link your GitHub account" under "GitHub Username" to link your accounts: https://profiles.wordpress.org/me/profile/edit/ And if you don't have a WordPress.org account, you can create one on this page: https://login.wordpress.org/register Kudos! |
Co-authored-by: Riad Benguella <[email protected]>
Description
This pull request addressed #23755. When the browser widow width reaches 782 pixels or less, the inserter moves to cover the entire page however the content does not fill the entire width.
How has this been tested?
Observed on Ubuntu 20.04 with the following browsers
Screenshots
Original
Fixed
Types of changes
Bug fix