Skip to content

Commit c23bf96

Browse files
silverwindtargos
authored andcommitted
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 <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent e32b10f commit c23bf96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api_assets/style.css

Lines changed: 1 addition & 0 deletions
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)