Skip to content

Commit

Permalink
Fixed line-height for long headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterwmoss committed Nov 3, 2020
1 parent 3740160 commit 5b0fdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/3rdparty/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ h4,
h5,
h6 {
color: #111;
line-height: 0.5em;
line-height: 1em;
}

h4,
Expand Down

0 comments on commit 5b0fdf7

Please sign in to comment.