-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add a product logo next to the heading #2218 #2219
Conversation
assets/css/scss/admin-global.scss
Outdated
content: ""; | ||
position: absolute; | ||
display: block; | ||
left: -20px; |
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.
@zahardev Please add a comment about why -20px
is what is being used, just to make it clear for future people. I assume it's admin-content padding.
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.
@zackkatz Done!
@zahardev, looks good, thanks! While you're at it, could you also please dequeue notices and remove the footer, just like in GravityCalendar and GravityCharts? |
@mrcasual Sure, will be done.
|
4db0ba5
to
b6dbb58
Compare
@zahardev, this is a flaky test that usually works but not always. It's on our to-do list (prior attempts to consistently reproduce it for a fix have failed). If you're willing to help, we'd appreciate it. |
@mrcasual If you have failed to reproduce it, I'm not sure I can succeed at it, but I can try :) Do you want me to check this out after the CSV issue is complete, or just add it to my to-do list with low priority? |
@zahardev, to be honest, we didn't spend much time on this. If I recall correctly, this test was introduced or started failing after this commit. It happens once in a blue moon, but eventually, we need to resolve it. Feel free to add it to your to-do list and address it when you have a chance. |
💾 Build file (b6dbb58).