Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4247913

Browse files
committedOct 15, 2017
doc: fix paragraph line-height issue
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]>
1 parent cc443cb commit 4247913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎doc/api_assets/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ abbr {
211211
p {
212212
text-rendering: optimizeLegibility;
213213
margin: 0 0 1.125rem 0;
214+
line-height: 1.5;
214215
}
215216

216217
#apicontent > *:last-child {

0 commit comments

Comments
 (0)
Please sign in to comment.