Skip to content

Commit

Permalink
Merge pull request #488 from rtfpessoa/fix-vertical-align
Browse files Browse the repository at this point in the history
fix vertical align on diff
  • Loading branch information
rtfpessoa authored Apr 15, 2023
2 parents 2c7e03d + 7a3a439 commit e46184b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/css/diff2html.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
text-decoration: none;
background-color: #ffb6ba;
border-radius: 0.2em;
vertical-align: middle;
}

.d2h-code-line ins,
Expand All @@ -167,7 +166,6 @@
background-color: #97f295;
border-radius: 0.2em;
text-align: left;
vertical-align: middle;
}

.d2h-code-line-prefix {
Expand Down

0 comments on commit e46184b

Please sign in to comment.