Skip to content

Commit

Permalink
doc: fix paragraph line-height issue
Browse files Browse the repository at this point in the history
Fix a line-height issue introduced in nodejs#15660 where paragraphs
containing <code> blocks would have unequal line heights.

Fixes: nodejs/nodejs.org#1399
  • Loading branch information
silverwind committed Oct 14, 2017
1 parent 34c47ed commit 3ad3f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ abbr {
p {
text-rendering: optimizeLegibility;
margin: 0 0 1.125rem 0;
line-height: 1.5;
}

#apicontent > *:last-child {
Expand Down

0 comments on commit 3ad3f8a

Please sign in to comment.