Repo card overflow issue
Originally reported by Jason using Arc browser (Chromium) on Windows.
There’s an overflow problem on the top border on repo cards. It seems like a part of the histogram graph is overflowing. I’ve seen this also happen in our e2e tests on CI on linux.
To reproduce it on macOS Chrome, resize the browser window to fit two cards in a row.
A possible solution could be to wrap the histogram in a container that has an overflow: hidden. We can’t clip it on the card, because that would cut off the copy did tooltip. Or we might have to bite the bullet and switch our tooltip implementation with something more robust.