-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
[core] Batch small changes #19416
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
[core] Batch small changes #19416
Conversation
Wrong commit message? |
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.
Content looks good so far :)
I need to fix the visual regression and I have a couple more coming.
@mbrookes It doesn't seem that we need to apply a top: 1 style. |
5049d87
to
19c2ba9
Compare
Details of bundle changes.Comparing: 15d182c...74bc5b3
|
I missed it amongst all the unrelated changes. |
Until we fix CssBasline to apply body1 by default and not body2 on the body element in v5 we need to apply the style here. The smaller line height is especially concerninng.
@@ -53,7 +53,15 @@ const inHouseAds = [ | |||
name: 'scaffoldhub', | |||
link: 'https://scaffoldhub.io/?partner=1', | |||
img: '/static/in-house/scaffoldhub.png', | |||
description: '<b>ScaffoldHub</b> - Automate building your full-stack Material-UI web-app.', | |||
description: '<b>Scaffold</b><br />Automate building your full-stack Material-UI web-app.', |
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.
description: '<b>Scaffold</b><br />Automate building your full-stack Material-UI web-app.', | |
description: '<b>ScaffoldHub</b><br />Automate building your full-stack Material-UI web-app.', |
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.
The logo is branded, I wanted to cover the generic noun. What do you think?
Uh oh!
There was an error while loading. Please reload this page.