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 #15660 where paragraphs
containing <code> blocks would have unequal line heights.

Fixes: nodejs/nodejs.org#1399
PR-URL: #16200
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yuta Hiroto <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
silverwind authored and targos committed Oct 18, 2017
1 parent e32b10f commit c23bf96
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 c23bf96

Please sign in to comment.