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

Text jumps around when editing #52

Open
itsamoreh opened this issue Aug 18, 2023 · 0 comments
Open

Text jumps around when editing #52

itsamoreh opened this issue Aug 18, 2023 · 0 comments

Comments

@itsamoreh
Copy link
Collaborator

Custom editor css from the theme is adding a border and padding to selected blocks in gutenberg. This causes layout shifting as I'm trying to edit text. It's a bit jarring.

.wp-block-post-content {
.wp-block {
&.is-selected {
@apply p-4 outline outline-1;
}
}
}

screen-capture.2023-08-18.at.2.17.02.PM.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant