SAP / project-portal-for-innersource

Lists all InnerSource projects of a company in an interactive and easy to use way. Can be used as a template for implementing the "InnerSource portal" pattern by the InnerSource Commons community.
https://sap.github.io/project-portal-for-innersource/
Apache License 2.0
143 stars 71 forks source link

Minor UI glitch in boxes showing commits-per-week #7

Closed spier closed 3 years ago

spier commented 3 years ago

I spotted a minor UI glitch. The left-most box showing the commits-per-week is missing the outer-left border. See screenshot.

The screenshots in the README don't have that problem, so I suspect it is something that is dependent on my browser or similar?

minor-ui-glitch-in-activity-boxes

Michadelic commented 3 years ago

I couldn't reproduce this on Chrome/Windows, which browser are you using?

spier commented 3 years ago

I am on Chrome/OSX. However I just tested tested this again and the issue seems to be gone. I may have updated Chrome in between, not 100% sure.

We can close the issue if you like, as I cannot provide reproduction steps.

Michadelic commented 3 years ago

could be subpixel calculation rounding error in the browser. Usually the browser rounds borders to an integer but in your screenshot it seems like there is an aliasing in place. Closing the issue for now. If you spot it again, kindly reopen.