Skip to content
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

A default top property is needed for .health_indicator #116

Closed
NightJar opened this issue Jun 29, 2018 · 2 comments
Closed

A default top property is needed for .health_indicator #116

NightJar opened this issue Jun 29, 2018 · 2 comments

Comments

@NightJar
Copy link
Contributor

Browsers that aren't Chrome seem to deal with this in interesting manners.
The element is currently positioned absolute with a default right property, but no top property seems to see browsers do as they please with the alignment.

image

Adding a top: 1.2308rem to the a that is .health-indicator sees the issue solved, however this needs to be done appropriately with scss variables - the value here is the padding-top from the parent h3 that is .pacakge-summary__details-header

@robbieaverill
Copy link
Contributor

robbieaverill commented Jul 12, 2018

Reprodued on Windows 10 with IE11

image

It's fine on Firefox 61 with Windows 10

@robbieaverill
Copy link
Contributor

Fix at #118

@robbieaverill robbieaverill removed their assignment Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants