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: https://github.com/nodejs/nodejs.org/issues/1399 PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
cc443cb447
commit
42479130a9
@ -211,6 +211,7 @@ abbr {
|
||||
p {
|
||||
text-rendering: optimizeLegibility;
|
||||
margin: 0 0 1.125rem 0;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#apicontent > *:last-child {
|
||||
|
Loading…
x
Reference in New Issue
Block a user