-
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
Broken editor style in some themes (Twenty Twenty and Twenty Nineteen) #34479
Comments
I also noticed that, but this appears to be an older bug. I just tested and it happens on v11.3.0, too, it's just that the bigger top margin on (most?) of the themes created more space for the toolbar and it didn't overlap with the top bar in the Desktop viewport. |
We found another issue that manifests with the Doesn't happen on Chrome and Safari. |
@fullofcaffeine Could you open a new issues if there's another problem with more info on how to reproduce and what style is missing? |
In any case, this seems unrelated to the original issue and more like a styling issue with the theme. I will close this PR but feel free to reopen if I'm wrong. |
Description
I've stumbled upon a few styling oddities when trying Gutenberg v11.4.0 with some themes, namely
Twenty Twenty
andTwenty Nineteen
. I assume this issue could be more widespread and affect other themes in unexpected ways, too (?)WIth
Twenty Twenty
, the page title input has shifted way to the left of the page, not aligning with the block list area horizontally:Left is v10.3.0, right is v11.4.0.
In the case of
Twenty Ninteteen
, the same problem exists (though it looks like it was already present in previous versions of Gutenberg), but there's one minor issue thing that seems to have been introduced by v11.4.0:Left is v10.3.0, right is v11.4.0.
I've bisected and it seems to have been introduced by this changeset: #34167.
Step-by-step reproduction instructions
trunk
orv11.4.0
, set the theme toTwenty Twenty
orTwenty Nineteen
;Twenty Nineteen
, there's another minor alignment issue (see screenshot above);e30d875
and rebuild Gutenberg;Twenty Twenty
looks fine now.Twenty Nineteen
still looks odd, though one of the alignment issues is gone (refer to the screenshots above for a visual reference).Environment info
5.8-beta4-51266
;v11.4.0
(or built fromtrunk
);Pre-checks
The text was updated successfully, but these errors were encountered: