-
Notifications
You must be signed in to change notification settings - Fork 30
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
Remove superfluous space from headlines container #13060
Conversation
Size Change: -42 B (0%) Total Size: 938 kB ℹ️ View Unchanged
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
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.
lgtm
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.
Yas! 👏
Seen on PROD (merged by @domlander 8 minutes and 40 seconds ago) Please check your changes! |
What does this change?
Removes the extra space from the Headlines container.
Why?
This space was introduced to minimise CLS from the Weather widget. This weather widget is now turned off, and it not displaying is why we see the extra space.
We expect that we will not be turning the weather widget back on, so instead of encapsulating this minimum space in the Weather feature switch, it is removed.
Screenshots