-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
fix: Dashboard header negative margin on save #17690
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17690 +/- ##
=======================================
Coverage 68.86% 68.86%
=======================================
Files 1598 1598
Lines 65297 65298 +1
Branches 6952 6953 +1
=======================================
+ Hits 44966 44967 +1
Misses 18446 18446
Partials 1885 1885
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
import { Tooltip } from 'src/components/Tooltip'; | ||
import CertifiedIcon from '../CertifiedIcon'; |
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 component probably shouldn't even exist, but that's a different discussion ;)
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.
@rusackas I think the name is misleading here. This is intended to be more than just an icon, it's more like a tiny component.
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.
Then maybe we can change the name to CertifiedBadge to avoid confusion?
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.
Yes. I will open a separate PR
@rusackas Ephemeral environment spinning up at http://34.209.90.108:8080. Credentials are |
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.
1 suggestion to rename a component, otherwise LGTM
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Fixes an issue that was cutting the header with a negative margin
BEFORE
AFTER
USA.Births.Names.copy.sss.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION