Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGithub diff highlighting does not cover entire line #8072
Comments
|
This is still true. |
<!DOCTYPE html>
<html
<head>
<style>
td { background-color: #e6ffed; }
.blob-code-inner { font-family: Menlo; font-size: 12px; }
.x { background-color: #acf2bd; }
</style>
</head>
<body>
<table>
<tr>
<td>
<span class="blob-code-inner"><span class="x">map(|result| </span>CalcValueNode</span>
</td>
</tr>
</table>
</body>
</html>It's the Menlo font in particular that seems to make this appear. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At dzbarsky@c0a0a01 the dark green highlight does not cover the top few pixels of the text in Servo. (Top is servo zoomed in, bottom is Firefox zoomed in).