Skip to content

Commit

Permalink
CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 12, 2024
1 parent 547df5d commit 143aec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/templates/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function diffKerns(report) {
} else {
let row = $("<tr>");
row.append(`<td>${pair}</td>`);
console.log(value);
row.append(`<td>${serializeKernBefore(value)}</td>`);
row.append(`<td>${serializeKernAfter(value)}</td>`);
$("#diffkerns table").append(row);
Expand Down
2 changes: 1 addition & 1 deletion src/templates/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,5 @@ body {

#diffkerns {
max-height: 500px;
overflow-y: auto;
overflow-y: scroll;
}

0 comments on commit 143aec7

Please sign in to comment.