Skip to content
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

Theme: Add workaround for unsupported CSS4 selectors #111

Merged
merged 4 commits into from
Sep 1, 2022
Prev Previous commit
Next Next commit
Apply coding standards
  • Loading branch information
iandunn committed Sep 1, 2022
commit 48f4cf5025eb4cb4c5e57c584a4d6a6e0a64a3dc
1 change: 1 addition & 0 deletions source/wp-content/themes/wporg-main-2022/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
*
* Remove this when the above issue is fixed in a stable release.
*/

body .is-layout-constrained > * {
max-width: var(--wp--style--global--content-size);
margin-left: auto !important;
Expand Down