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

Fix: html typography applying to entire editor #585

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

tomusborne
Copy link
Owner

Related: #542

Our previous PR applied our typography CSS to the html selector in the editor.

The problem with this is that any font-related changes you make apply to the entire editor (inspector controls, etc...).

This PR changes the selector to apply to the div above .editor-styles-wrapper.

@tomusborne tomusborne added the bug Bugs, unexpected and weird behaviors label Nov 6, 2023
@tomusborne tomusborne added this to the 3.4.0 milestone Nov 6, 2023
@tomusborne tomusborne merged commit 8881c1a into release/3.4.0 Nov 8, 2023
8 checks passed
@tomusborne tomusborne deleted the fix/html-typography-affecting-editor branch November 8, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs, unexpected and weird behaviors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant