-
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
Firefox UI: Save Draft button is broken for other languages #68065
Comments
It's more noticeable in German, but seems to be rather an issue with the grid resizing in Firefox. I'm not sure but it might be related to this CSS rule:
|
#1
grid-template: auto / $header-height max-content minmax(50px, 1fr) max-content $header-height;
#2
grid-template: auto / $header-height auto 2fr auto $header-height; Tried following but only issue is that its not centered afterwards. Do you have any idea? BeforeAfter |
Sorry, I don't have time to debug right now. I just took a guess, it might be something completely different, but there might be some honts out there on the web in relation to how Firefox deals with grid layout differently (if at all). Does it also occur on Safari or other browsers? |
Nope, I actually had done a temp fix related to new icon previously. |
Sounds like it should become horizontally scrollable? |
That or it should behave like it does on chrome and shrink for middle block. |
Description
Save Draft text is hidden behind the header panel (Post Title), It seems to be related to fix in #67069 which fixed the issue previously for english language.
Step-by-step reproduction instructions
Deutsch (Österreich)
and go to create new post.Screenshots, screen recording, code snippet
Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Please confirm which theme type you used for testing.
The text was updated successfully, but these errors were encountered: