Add space between the number column and the covered code area

This commit is contained in:
Ryan Plessner 2015-08-25 19:38:19 -04:00
parent a3be761e13
commit b77411fa2a

View File

@ -55,7 +55,7 @@ div.report-container {
div.line-numbers {
display: table-cell;
margin-right: 1em;
padding-right: 1em;
text-align: right;
}