-
-
Notifications
You must be signed in to change notification settings - Fork 32.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
[docs-infra] Fix visual look of in-house ad #42735
Conversation
530257d
to
4717992
Compare
<Typography variant="body2" component="span" gutterBottom sx={{ display: 'block' }}> | ||
<Typography variant="body2" component="span" sx={{ display: 'block' }}> |
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.
A side win, avoid a layout shift when <PleaseDisableAdblock />
triggers. It's a bit too tall, removing the margin makes it fit within AD_HEIGHT
.
Netlify deploy previewhttps://deploy-preview-42735--material-ui.netlify.app/ Bundle size report |
@danilo-leal Can you verify from a design perspective? |
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!
Oh actually, I saw another regression while I was checking the other links. Fixing this in: #42743. |
Fix regression introduced in #39603 and #42498.
#39603 introduced the broken anchor blue color
#42498 introduced the broken style rendering logic
Before
After
Preview https://deploy-preview-42735--material-ui.netlify.app/material-ui/getting-started/