-
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
Restore canvas padding for classic themes #37741
Conversation
6d07f99
to
5f3f8ba
Compare
Size Change: +107 B (0%) Total Size: 1.13 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and tests well for me. Thanks, Riad.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 This works well in my testing. Thanks @youknowriad!
I temptatively added the backport label. cc @noisysocks |
Yep this is OK to include 👍 |
closes #35884
This PR restores the 8px padding for classic themes like suggested by the discussion in the issue.
It adds the style to classic.scss meaning it's going to only apply to themes without theme.json (themes with theme.json can add their own padding in the file directly).
cc @noisysocks on whether we can still include this in 5.9 or not (like suggested in the issue)