git-history
git-history copied to clipboard
Code line is not displayed properly
https://github-history.netlify.com/ReactiveX/rxjs/blob/master/index.js
There is a height: 15px;
per div
, some height tweak should help.
Does it happen always for you? I can't reproduce it
@pomber I believe I saw this happen in one of the frames in the video you posted on twitter too
@pomber I believe I saw this happen in one of the frames in the video you posted on twitter too
I think I fixed that one. It happened when the commit message was long.
Does it happen always for you? I can't reproduce it
i have same problem
Looking into that, it's something related to the zoom in browser (Mac). Apparently, the 100% zoom in Chrome Canary v74 is not the same in Chrome v72 (Official Build). My screenshot was Chrome Canary based. Default Chrome is showing it OK (100% zoom).
Your CSS per div now:
{
overflow: hidden;
height: 15px;
transform: translateX(0px);
opacity: 1;
}
I think some CSS update could fix it.
Thanks, I'll try Chrome Canary later
It happens on current chrome too: https://github-history.netlify.com/llyer/leetcode/blob/master/README.md